#696544

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

Shades of Hemlock #696544

Tints of Hemlock #696544

Color information

#696544 (or 0x696544) is unknown color: approx Hemlock. HEX triplet: 69, 65 and 44. RGB value is (105,101,68). Sum of RGB (Red+Green+Blue) = 105+101+68=274 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.32% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 68 (26.95% from 255 or 24.82% from 274); Max value from RGB is 105 - color contains mainly: red. Hex color #696544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696544 is #969ABB. Grayscale: #626262. Windows color (decimal): -9870012 or 4482409. OLE color: 4482409.

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

Color convert

RGB10510168-
CMYK00.040.350.59
HSL53.51º21.39%33.92%-
HSV(B)53.51º35.24%41.18%-
XYZ11.5212.737.32-
YUV98.43110.83132.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.32%
GREEN value IS 101 (39.84% from 255) = 36.86%
BLUE value IS 68 (26.95% from 255) = 24.82%
R=38.32%
G=36.86%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051016800.040.350.5953.5121.3933.92
Hex69654404233B361522
Octal151145104044373662542
Binary110100111001011000100010010001111101111011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696544; }

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

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

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

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

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

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

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

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