#696745

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

Shades of Hemlock #696745

Tints of Hemlock #696745

Color information

#696745 (or 0x696745) is unknown color: approx Hemlock. HEX triplet: 69, 67 and 45. RGB value is (105,103,69). Sum of RGB (Red+Green+Blue) = 105+103+69=277 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.91% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 105 - color contains mainly: red. Hex color #696745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696745 is #9698BA. Grayscale: #636363. Windows color (decimal): -9869499 or 4548457. OLE color: 4548457.

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

Color convert

RGB10510369-
CMYK00.020.340.59
HSL56.67º20.69%34.12%-
HSV(B)56.67º34.29%41.18%-
XYZ11.7513.137.55-
YUV99.72110.66131.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.91%
GREEN value IS 103 (40.62% from 255) = 37.18%
BLUE value IS 69 (27.34% from 255) = 24.91%
R=37.91%
G=37.18%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051036900.020.340.5956.6720.6934.12
Hex69674502223B391522
Octal151147105024273712542
Binary11010011100111100010101010001011101111100110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696745; }

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

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

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

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

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

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

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

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