#6F6B45

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

Shades of Hemlock #6F6B45

Tints of Hemlock #6F6B45

Color information

#6F6B45 (or 0x6F6B45) is unknown color: approx Hemlock. HEX triplet: 6F, 6B and 45. RGB value is (111,107,69). Sum of RGB (Red+Green+Blue) = 111+107+69=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 69 (27.34% from 255 or 24.04% from 287); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6B45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6B45 is #9094BA. Grayscale: #686868. Windows color (decimal): -9475259 or 4549487. OLE color: 4549487.

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

Color convert

RGB11110769-
CMYK00.040.380.56
HSL54.29º23.33%35.29%-
HSV(B)54.29º37.84%43.53%-
XYZ12.8914.327.72-
YUV103.86108.33133.09-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.68%
GREEN value IS 107 (42.19% from 255) = 37.28%
BLUE value IS 69 (27.34% from 255) = 24.04%
R=38.68%
G=37.28%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111076900.040.380.5654.2923.3335.29
Hex6F6B45042638361723
Octal157153105044670662743
Binary110111111010111000101010010011011100011011010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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