#696642

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

Shades of Hemlock #696642

Tints of Hemlock #696642

Color information

#696642 (or 0x696642) is unknown color: approx Hemlock. HEX triplet: 69, 66 and 42. RGB value is (105,102,66). Sum of RGB (Red+Green+Blue) = 105+102+66=273 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.46% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 105 - color contains mainly: red. Hex color #696642 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696642 is #9699BD. Grayscale: #626262. Windows color (decimal): -9869758 or 4351593. OLE color: 4351593.

HSL color Cylindrical-coordinate representation of color #696642: hue angle of 55.38º 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 #696642 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB10510266-
CMYK00.030.370.59
HSL55.38º22.81%33.53%-
HSV(B)55.38º37.14%41.18%-
XYZ11.5612.97.03-
YUV98.79109.49132.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.46%
GREEN value IS 102 (40.23% from 255) = 37.36%
BLUE value IS 66 (26.17% from 255) = 24.18%
R=38.46%
G=37.36%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051026600.030.370.5955.3822.8133.53
Hex69664203253B371722
Octal151146102034573672742
Binary11010011100110100001001110010111101111011110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696642; }

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

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

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

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

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

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

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

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