#696B40

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

Shades of Hemlock #696B40

Tints of Hemlock #696B40

Color information

#696B40 (or 0x696B40) is unknown color: approx Hemlock. HEX triplet: 69, 6B and 40. RGB value is (105,107,64). Sum of RGB (Red+Green+Blue) = 105+107+64=276 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.04% from 276); Green value is 107 (42.19% from 255 or 38.77% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 107 - color contains mainly: green. Hex color #696B40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696B40 is #9694BF. Grayscale: #656565. Windows color (decimal): -9868480 or 4221801. OLE color: 4221801.

HSL color Cylindrical-coordinate representation of color #696B40: hue angle of 62.79º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #696B40 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB10510764-
CMYK0.0200.400.58
HSL62.79º25.15%33.53%-
HSV(B)62.79º40.19%41.96%-
XYZ12.0113.896.9-
YUV101.5106.84130.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.04%
GREEN value IS 107 (42.19% from 255) = 38.77%
BLUE value IS 64 (25.39% from 255) = 23.19%
R=38.04%
G=38.77%
B=23.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105107640.0200.400.5862.7925.1533.53
Hex696B4020283A3f1922
Octal151153100205072773142
Binary11010011101011100000010010100011101011111111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696B40; }

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

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

<style>
 a { background-color: #696B40; }

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

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

<style>
 span { border-color: #696B40; }

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

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