#696844

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

Shades of Hemlock #696844

Tints of Hemlock #696844

Color information

#696844 (or 0x696844) is unknown color: approx Hemlock. HEX triplet: 69, 68 and 44. RGB value is (105,104,68). Sum of RGB (Red+Green+Blue) = 105+104+68=277 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.91% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 105 - color contains mainly: red. Hex color #696844 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696844 is #9697BB. Grayscale: #646464. Windows color (decimal): -9869244 or 4483177. OLE color: 4483177.

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

Color convert

RGB10510468-
CMYK00.010.350.59
HSL58.38º21.39%33.92%-
HSV(B)58.38º35.24%41.18%-
XYZ11.8213.327.42-
YUV100.2109.83131.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.91%
GREEN value IS 104 (41.02% from 255) = 37.55%
BLUE value IS 68 (26.95% from 255) = 24.55%
R=37.91%
G=37.55%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051046800.010.350.5958.3821.3933.92
Hex69684401233B3a1522
Octal151150104014373722542
Binary1101001110100010001000110001111101111101010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696844; }

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

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

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

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

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

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

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

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