Html Css Color HEX #706E42 Hemlock

📋 copy color: '#706E42'

red 112 ◦ green 110 ◦ blue 66

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

Shades of Hemlock #706E42

Tints of Hemlock #706E42

RGB

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

 GREEN value IS 110 (43.36% from 255) = 38.19%

 BLUE value IS 66 (26.17% from 255) = 22.92%

R = 38.89%
G = 38.19%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#706E42 (or 0x706E42) is known color: Hemlock. HEX triplet: 70, 6E and 42. RGB value is (112,110,66). Sum of RGB (Red+Green+Blue) = 112+110+66=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 110 (43.36% from 255 or 38.19% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 112 - color contains mainly: red. Hex color #706E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706E42 is #8F91BD. Grayscale: #696969. Windows color (decimal): -9408958 or 4353648. OLE color: 4353648.

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

Color convert

RGB 112 110 66 -
CMYK 0 0.02 0.41 0.56
HSL 57.39º 0.26% 0.35% -
HSV(B) 57.39º 0.41% 0.44% -
XYZ 13.24 14.99 7.35 -
YUV 105.58 105.66 132.58 -
System Red Green Blue C M Y K H S L
Decimal 112 110 66 0 0.02 0.41 0.56 57.39 0.26 0.35
Hex 70 6E 42 0 2 29 38 39 1A 23
Octal 160 156 102 0 2 51 70 71 32 43
Binary 1110000 1101110 1000010 0 10 101001 111000 111001 11010 100011

Color Harmonies of #706E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706E42

Black with #706E42

Text Example


Text Example

White with #706E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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