Html Css Color HEX #706F56 Hemlock

📋 copy color: '#706F56'

red 112 ◦ green 111 ◦ blue 86

#706F56
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hemlock #706F56

Tints of Hemlock #706F56

RGB

 RED value IS 112 (44.14% from 255) = 36.25%

 GREEN value IS 111 (43.75% from 255) = 35.92%

 BLUE value IS 86 (33.98% from 255) = 27.83%

R = 36.25%
G = 35.92%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#706F56 (or 0x706F56) is known color: Hemlock. HEX triplet: 70, 6F and 56. RGB value is (112,111,86). Sum of RGB (Red+Green+Blue) = 112+111+86=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 112 - color contains mainly: red. Hex color #706F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706F56 is #8F90A9. Grayscale: #6C6C6C. Windows color (decimal): -9408682 or 5664624. OLE color: 5664624.

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

Color convert

RGB 112 111 86 -
CMYK 0 0.01 0.23 0.56
HSL 57.69º 0.13% 0.39% -
HSV(B) 57.69º 0.23% 0.44% -
XYZ 14.05 15.49 11.05 -
YUV 108.45 115.33 130.53 -
System Red Green Blue C M Y K H S L
Decimal 112 111 86 0 0.01 0.23 0.56 57.69 0.13 0.39
Hex 70 6F 56 0 1 17 38 3A D 27
Octal 160 157 126 0 1 27 70 72 15 47
Binary 1110000 1101111 1010110 0 1 10111 111000 111010 1101 100111

Color Harmonies of #706F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706F56

Black with #706F56

Text Example


Text Example

White with #706F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #706F56;
 }
 .AnyTagClassName
 {
   color: #706F56;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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