#696649

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

Shades of Hemlock #696649

Tints of Hemlock #696649

Color information

#696649 (or 0x696649) is unknown color: approx Hemlock. HEX triplet: 69, 66 and 49. RGB value is (105,102,73). Sum of RGB (Red+Green+Blue) = 105+102+73=280 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.5% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 105 - color contains mainly: red. Hex color #696649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696649 is #9699B6. Grayscale: #636363. Windows color (decimal): -9869751 or 4810345. OLE color: 4810345.

HSL color Cylindrical-coordinate representation of color #696649: hue angle of 54.38º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #696649 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB10510273-
CMYK00.030.300.59
HSL54.38º17.98%34.9%-
HSV(B)54.38º30.48%41.18%-
XYZ11.7812.998.19-
YUV99.59112.99131.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.5%
GREEN value IS 102 (40.23% from 255) = 36.43%
BLUE value IS 73 (28.91% from 255) = 26.07%
R=37.5%
G=36.43%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051027300.030.300.5954.3817.9834.9
Hex696649031E3B361223
Octal151146111033673662243
Binary1101001110011010010010111111011101111011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696649; }

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

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

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

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

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

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

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

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