#696850

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

Shades of Hemlock #696850

Tints of Hemlock #696850

Color information

#696850 (or 0x696850) is unknown color: approx Hemlock. HEX triplet: 69, 68 and 50. RGB value is (105,104,80). Sum of RGB (Red+Green+Blue) = 105+104+80=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 105 - color contains mainly: red. Hex color #696850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696850 is #9697AF. Grayscale: #656565. Windows color (decimal): -9869232 or 5269609. OLE color: 5269609.

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

Color convert

RGB10510480-
CMYK00.010.240.59
HSL57.6º13.51%36.27%-
HSV(B)57.6º23.81%41.18%-
XYZ12.2213.489.55-
YUV101.56115.83130.45-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.33%
GREEN value IS 104 (41.02% from 255) = 35.99%
BLUE value IS 80 (31.64% from 255) = 27.68%
R=36.33%
G=35.99%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051048000.010.240.5957.613.5136.27
Hex69685001183B3ae24
Octal151150120013073721644
Binary11010011101000101000001110001110111110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696850; }

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

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

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

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

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

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

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

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