Html Css Color HEX #706E41 Hemlock

📋 copy color: '#706E41'

red 112 ◦ green 110 ◦ blue 65

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

Shades of Hemlock #706E41

Tints of Hemlock #706E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.65%

R = 39.02%
G = 38.33%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#706E41 (or 0x706E41) is known color: Hemlock. HEX triplet: 70, 6E and 41. RGB value is (112,110,65). Sum of RGB (Red+Green+Blue) = 112+110+65=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 110 (43.36% from 255 or 38.33% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 112 - color contains mainly: red. Hex color #706E41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706E41 is #8F91BE. Grayscale: #696969. Windows color (decimal): -9408959 or 4288112. OLE color: 4288112.

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

Color convert

RGB 112 110 65 -
CMYK 0 0.02 0.42 0.56
HSL 57.45º 0.27% 0.35% -
HSV(B) 57.45º 0.42% 0.44% -
XYZ 13.21 14.98 7.2 -
YUV 105.47 105.16 132.66 -
System Red Green Blue C M Y K H S L
Decimal 112 110 65 0 0.02 0.42 0.56 57.45 0.27 0.35
Hex 70 6E 41 0 2 2A 38 39 1B 23
Octal 160 156 101 0 2 52 70 71 33 43
Binary 1110000 1101110 1000001 0 10 101010 111000 111001 11011 100011

Color Harmonies of #706E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706E41

Black with #706E41

Text Example


Text Example

White with #706E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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