#696945

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

Shades of Hemlock #696945

Tints of Hemlock #696945

Color information

#696945 (or 0x696945) is unknown color: approx Hemlock. HEX triplet: 69, 69 and 45. RGB value is (105,105,69). Sum of RGB (Red+Green+Blue) = 105+105+69=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696945 is #9696BA. Grayscale: #656565. Windows color (decimal): -9868987 or 4548969. OLE color: 4548969.

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

Color convert

RGB10510569-
CMYK000.340.59
HSL60º20.69%34.12%-
HSV(B)60º34.29%41.18%-
XYZ11.9513.547.61-
YUV100.9110130.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.63%
GREEN value IS 105 (41.41% from 255) = 37.63%
BLUE value IS 69 (27.34% from 255) = 24.73%
R=37.63%
G=37.63%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10510569000.340.596020.6934.12
Hex69694500223B3c1522
Octal151151105004273742542
Binary1101001110100110001010010001011101111110010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696945; }

 p { color: rgb(105,105,69); }

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

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

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

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

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

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

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