#696940

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

Shades of Hemlock #696940

Tints of Hemlock #696940

Color information

#696940 (or 0x696940) is unknown color: approx Hemlock. HEX triplet: 69, 69 and 40. RGB value is (105,105,64). Sum of RGB (Red+Green+Blue) = 105+105+64=274 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.32% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696940 is #9696BF. Grayscale: #646464. Windows color (decimal): -9868992 or 4221289. OLE color: 4221289.

HSL color Cylindrical-coordinate representation of color #696940: hue angle of 60º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #696940 is Cyan = 0, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB10510564-
CMYK000.390.59
HSL60º24.26%33.14%-
HSV(B)60º39.05%41.18%-
XYZ11.813.486.83-
YUV100.33107.5131.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.32%
GREEN value IS 105 (41.41% from 255) = 38.32%
BLUE value IS 64 (25.39% from 255) = 23.36%
R=38.32%
G=38.32%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10510564000.390.596024.2633.14
Hex69694000273B3c1821
Octal151151100004773743041
Binary1101001110100110000000010011111101111110011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696940; }

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

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

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

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

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

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

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

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