#696645

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

Shades of Hemlock #696645

Tints of Hemlock #696645

Color information

#696645 (or 0x696645) is unknown color: approx Hemlock. HEX triplet: 69, 66 and 45. RGB value is (105,102,69). Sum of RGB (Red+Green+Blue) = 105+102+69=276 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.04% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 69 (27.34% from 255 or 25% from 276); Max value from RGB is 105 - color contains mainly: red. Hex color #696645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696645 is #9699BA. Grayscale: #636363. Windows color (decimal): -9869755 or 4548201. OLE color: 4548201.

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

Color convert

RGB10510269-
CMYK00.030.340.59
HSL55º20.69%34.12%-
HSV(B)55º34.29%41.18%-
XYZ11.6512.947.51-
YUV99.14110.99132.18-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.04%
GREEN value IS 102 (40.23% from 255) = 36.96%
BLUE value IS 69 (27.34% from 255) = 25%
R=38.04%
G=36.96%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051026900.030.340.595520.6934.12
Hex69664503223B371522
Octal151146105034273672542
Binary11010011100110100010101110001011101111011110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696645; }

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

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

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

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

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

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

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

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