#696849

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

Shades of Hemlock #696849

Tints of Hemlock #696849

Color information

#696849 (or 0x696849) is unknown color: approx Hemlock. HEX triplet: 69, 68 and 49. RGB value is (105,104,73). Sum of RGB (Red+Green+Blue) = 105+104+73=282 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.23% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 105 - color contains mainly: red. Hex color #696849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696849 is #9697B6. Grayscale: #646464. Windows color (decimal): -9869239 or 4810857. OLE color: 4810857.

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

Color convert

RGB10510473-
CMYK00.010.300.59
HSL58.12º17.98%34.9%-
HSV(B)58.12º30.48%41.18%-
XYZ11.9813.388.26-
YUV100.76112.33131.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.23%
GREEN value IS 104 (41.02% from 255) = 36.88%
BLUE value IS 73 (28.91% from 255) = 25.89%
R=37.23%
G=36.88%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051047300.010.300.5958.1217.9834.9
Hex696849011E3B3a1223
Octal151150111013673722243
Binary110100111010001001001011111011101111101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696849; }

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

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

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

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

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

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

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

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