#696444

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

Shades of Hemlock #696444

Tints of Hemlock #696444

Color information

#696444 (or 0x696444) is unknown color: approx Hemlock. HEX triplet: 69, 64 and 44. RGB value is (105,100,68). Sum of RGB (Red+Green+Blue) = 105+100+68=273 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.46% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 68 (26.95% from 255 or 24.91% from 273); Max value from RGB is 105 - color contains mainly: red. Hex color #696444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696444 is #969BBB. Grayscale: #616161. Windows color (decimal): -9870268 or 4482153. OLE color: 4482153.

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

Color convert

RGB10510068-
CMYK00.050.350.59
HSL51.89º21.39%33.92%-
HSV(B)51.89º35.24%41.18%-
XYZ11.4312.537.29-
YUV97.85111.16133.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.46%
GREEN value IS 100 (39.45% from 255) = 36.63%
BLUE value IS 68 (26.95% from 255) = 24.91%
R=38.46%
G=36.63%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051006800.050.350.5951.8921.3933.92
Hex69644405233B341522
Octal151144104054373642542
Binary110100111001001000100010110001111101111010010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696444; }

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

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

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

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

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

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

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

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