#696840

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

Shades of Hemlock #696840

Tints of Hemlock #696840

Color information

#696840 (or 0x696840) is unknown color: approx Hemlock. HEX triplet: 69, 68 and 40. RGB value is (105,104,64). Sum of RGB (Red+Green+Blue) = 105+104+64=273 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.46% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 105 - color contains mainly: red. Hex color #696840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696840 is #9697BF. Grayscale: #636363. Windows color (decimal): -9869248 or 4221033. OLE color: 4221033.

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

Color convert

RGB10510464-
CMYK00.010.390.59
HSL58.54º24.26%33.14%-
HSV(B)58.54º39.05%41.18%-
XYZ11.713.276.8-
YUV99.74107.83131.75-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.46%
GREEN value IS 104 (41.02% from 255) = 38.10%
BLUE value IS 64 (25.39% from 255) = 23.44%
R=38.46%
G=38.10%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051046400.010.390.5958.5424.2633.14
Hex69684001273B3b1821
Octal151150100014773733041
Binary1101001110100010000000110011111101111101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696840; }

 p { color: rgb(105,104,64); }

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

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

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

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

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

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

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