#696955

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

Shades of Hemlock #696955

Tints of Hemlock #696955

Color information

#696955 (or 0x696955) is unknown color: approx Hemlock. HEX triplet: 69, 69 and 55. RGB value is (105,105,85). Sum of RGB (Red+Green+Blue) = 105+105+85=295 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.59% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696955 is #9696AA. Grayscale: #666666. Windows color (decimal): -9868971 or 5597545. OLE color: 5597545.

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

Color convert

RGB10510585-
CMYK000.190.59
HSL60º10.53%37.25%-
HSV(B)60º19.05%41.18%-
XYZ12.5213.7610.59-
YUV102.72118129.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.59%
GREEN value IS 105 (41.41% from 255) = 35.59%
BLUE value IS 85 (33.59% from 255) = 28.81%
R=35.59%
G=35.59%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10510585000.190.596010.5337.25
Hex69695500133B3cb25
Octal151151125002373741345
Binary11010011101001101010100100111110111111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696955; }

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

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

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

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

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

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

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

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