#696942

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

Shades of Hemlock #696942

Tints of Hemlock #696942

Color information

#696942 (or 0x696942) is unknown color: approx Hemlock. HEX triplet: 69, 69 and 42. RGB value is (105,105,66). Sum of RGB (Red+Green+Blue) = 105+105+66=276 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.04% from 276); Green value is 105 (41.41% from 255 or 38.04% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696942 is #9696BD. Grayscale: #646464. Windows color (decimal): -9868990 or 4352361. OLE color: 4352361.

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

Color convert

RGB10510566-
CMYK000.370.59
HSL60º22.81%33.53%-
HSV(B)60º37.14%41.18%-
XYZ11.8613.57.13-
YUV100.55108.5131.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.04%
GREEN value IS 105 (41.41% from 255) = 38.04%
BLUE value IS 66 (26.17% from 255) = 23.91%
R=38.04%
G=38.04%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10510566000.370.596022.8133.53
Hex69694200253B3c1722
Octal151151102004573742742
Binary1101001110100110000100010010111101111110010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696942; }

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

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

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

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

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

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

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

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