#706E53

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

Shades of Hemlock #706E53

Tints of Hemlock #706E53

Color information

#706E53 (or 0x706E53) is unknown color: approx Hemlock. HEX triplet: 70, 6E and 53. RGB value is (112,110,83). Sum of RGB (Red+Green+Blue) = 112+110+83=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 110 (43.36% from 255 or 36.07% from 305); Blue value is 83 (32.81% from 255 or 27.21% from 305); Max value from RGB is 112 - color contains mainly: red. Hex color #706E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706E53 is #8F91AC. Grayscale: #6B6B6B. Windows color (decimal): -9408941 or 5467760. OLE color: 5467760.

HSL color Cylindrical-coordinate representation of color #706E53: hue angle of 55.86º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #706E53 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB11211083-
CMYK00.020.260.56
HSL55.86º14.87%38.24%-
HSV(B)55.86º25.89%43.92%-
XYZ13.8215.2210.39-
YUV107.52114.16131.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.72%
GREEN value IS 110 (43.36% from 255) = 36.07%
BLUE value IS 83 (32.81% from 255) = 27.21%
R=36.72%
G=36.07%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121108300.020.260.5655.8614.8738.24
Hex706E53021A3838f26
Octal160156123023270701746
Binary111000011011101010011010110101110001110001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,110,83); }

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

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

 a { background-color: rgb(112,110,83); }

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

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

 span { border-color: rgb(112,110,83); }

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