#706F55

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

Shades of Hemlock #706F55

Tints of Hemlock #706F55

Color information

#706F55 (or 0x706F55) is unknown color: approx Hemlock. HEX triplet: 70, 6F and 55. RGB value is (112,111,85). Sum of RGB (Red+Green+Blue) = 112+111+85=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 111 (43.75% from 255 or 36.04% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 112 - color contains mainly: red. Hex color #706F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706F55 is #8F90AA. Grayscale: #6C6C6C. Windows color (decimal): -9408683 or 5599088. OLE color: 5599088.

HSL color Cylindrical-coordinate representation of color #706F55: hue angle of 57.78º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #706F55 is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB11211185-
CMYK00.010.240.56
HSL57.78º13.71%38.63%-
HSV(B)57.78º24.11%43.92%-
XYZ14.0115.4710.84-
YUV108.34114.83130.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.36%
GREEN value IS 111 (43.75% from 255) = 36.04%
BLUE value IS 85 (33.59% from 255) = 27.60%
R=36.36%
G=36.04%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121118500.010.240.5657.7813.7138.63
Hex706F550118383ae27
Octal160157125013070721647
Binary11100001101111101010101110001110001110101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706F55; }

 p { color: rgb(112,111,85); }

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

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

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

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

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

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

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