Html Css Color HEX #706A42 Hemlock

📋 copy color: '#706A42'

red 112 ◦ green 106 ◦ blue 66

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

Shades of Hemlock #706A42

Tints of Hemlock #706A42

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.32%

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

R = 39.44%
G = 37.32%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#706A42 (or 0x706A42) is known color: Hemlock. HEX triplet: 70, 6A and 42. RGB value is (112,106,66). Sum of RGB (Red+Green+Blue) = 112+106+66=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 106 (41.80% from 255 or 37.32% from 284); Blue value is 66 (26.17% from 255 or 23.24% from 284); Max value from RGB is 112 - color contains mainly: red. Hex color #706A42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706A42 is #8F95BD. Grayscale: #676767. Windows color (decimal): -9409982 or 4352624. OLE color: 4352624.

HSL color Cylindrical-coordinate representation of color #706A42: hue angle of 52.17º 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 #706A42 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 106 66 -
CMYK 0 0.05 0.41 0.56
HSL 52.17º 0.26% 0.35% -
HSV(B) 52.17º 0.41% 0.44% -
XYZ 12.82 14.15 7.21 -
YUV 103.23 106.99 134.25 -
System Red Green Blue C M Y K H S L
Decimal 112 106 66 0 0.05 0.41 0.56 52.17 0.26 0.35
Hex 70 6A 42 0 5 29 38 34 1A 23
Octal 160 152 102 0 5 51 70 64 32 43
Binary 1110000 1101010 1000010 0 101 101001 111000 110100 11010 100011

Color Harmonies of #706A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706A42

Black with #706A42

Text Example


Text Example

White with #706A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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