#6F6B40

Color #6F6B40 Hemlock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemlock #6F6B40

Tints of Hemlock #6F6B40

Color information

#6F6B40 (or 0x6F6B40) is unknown color: approx Hemlock. HEX triplet: 6F, 6B and 40. RGB value is (111,107,64). Sum of RGB (Red+Green+Blue) = 111+107+64=282 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.36% from 282); Green value is 107 (42.19% from 255 or 37.94% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6B40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6B40 is #9094BF. Grayscale: #676767. Windows color (decimal): -9475264 or 4221807. OLE color: 4221807.

HSL color Cylindrical-coordinate representation of color #6F6B40: hue angle of 54.89º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F6B40 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB11110764-
CMYK00.040.420.56
HSL54.89º26.86%34.31%-
HSV(B)54.89º42.34%43.53%-
XYZ12.7414.276.93-
YUV103.29105.83133.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 39.36%
GREEN value IS 107 (42.19% from 255) = 37.94%
BLUE value IS 64 (25.39% from 255) = 22.70%
R=39.36%
G=37.94%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111076400.040.420.5654.8926.8634.31
Hex6F6B40042A38371b22
Octal157153100045270673342
Binary110111111010111000000010010101011100011011111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F6B40; }

 p { color: rgb(111,107,64); }

 H1.HeaderClassName
 {
   color: #6F6B40;
 }
 .AnyTagClassName
 {
   color: #6F6B40;
 }
</style>
background-color css

<style>
 a { background-color: #6F6B40; }

 a { background-color: rgb(111,107,64); }

 div.DivClassName
 {
   background-color: #6F6B40;
 }
 .BgClassName
 {
   background-color: #6F6B40;
 }
</style>
border-color css

<style>
 span { border-color: #6F6B40; }

 span { border-color: rgb(111,107,64); }

 td.TdClassName
 {
   border-color: #6F6B40;
 }
 .TagClassName
 {
   border-color: #6F6B40;
 }
</style>