Color Hex Logo

#6b553f Color Hex

#6B553F
(107,85,63)
0 Favorites   0 Comments

Color spaces of #6b553f

RGB 1078563
HSL0.080.260.33
HSV30°41°42°
CMYK 0.000.210.41   0.58
XYZ10.20919.98176.0912
Yxy9.98170.38840.3798
Hunter Lab31.59382.390610.6847
CIE-Lab37.80965.738816.2840

#6b553f color RGB value is (107,85,63).

#6b553f hex color red value is 107, green value is 85 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #6b553f hue: 0.08 , saturation: 0.26 and the lightness value of 6b553f is 0.33.

The process color (four color CMYK) of #6b553f color hex is 0.00, 0.21, 0.41, 0.58. Web safe color of #6b553f is #666633. Color #6b553f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 01010101 00111111
Octal 153 125 77
Decimal 107 85 63
Hex 6B 55 3F

RGB Percentages of Color #6b553f

%41.96
%33.33
%24.71

CMYK Percentages of Color #6b553f

%0
%21
%41
%58

Triadic Colors of #6b553f

#6b553f #3f6b55 #553f6b

Analogous Colors of #6b553f

#6b553f #6b6b3f #6b3f3f

Monochromatic Colors of #6b553f

#6b553f

Complementary Color

#6b553f #3f556b

#6b553f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b553f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b553f Color CSS Codes

.mybgcolor {background-color:#6b553f; } 
.myforecolor {color:#6b553f; }
.mybordercolor {border:3px solid #6b553f; }

#6b553f Text Font Color

<p style="color:#6b553f">Text here</p>

This sample text font color is #6b553f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6b553f Background Color

<div style="background-color:#6b553f">
Div content here</div>

This div background color is #6b553f


#6b553f Border Color

<div style="border:3px solid #6b553f">
Div here</div>

This div border color is #6b553f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,85,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6b553f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6b553f;
  -webkit-box-shadow: 1px 1px 3px 2px #6b553f;
  box-shadow:         1px 1px 3px 2px #6b553f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,85,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6b553f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6b553f;
  -webkit-box-shadow: 1px 1px 3px 2px #6b553f;
  box-shadow:         1px 1px 3px 2px #6b553f;">
Div content here</div>

This div box has shadow with color #6b553f


Comments

No comments written yet.

Please login to write comment.