Html Css Color HEX #706F42 Hemlock

📋 copy color: '#706F42'

red 112 ◦ green 111 ◦ blue 66

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

Shades of Hemlock #706F42

Tints of Hemlock #706F42

RGB

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

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

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

R = 38.75%
G = 38.41%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#706F42 (or 0x706F42) is known color: Hemlock. HEX triplet: 70, 6F and 42. RGB value is (112,111,66). Sum of RGB (Red+Green+Blue) = 112+111+66=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 112 - color contains mainly: red. Hex color #706F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706F42 is #8F90BD. Grayscale: #6A6A6A. Windows color (decimal): -9408702 or 4353904. OLE color: 4353904.

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

Color convert

RGB 112 111 66 -
CMYK 0 0.01 0.41 0.56
HSL 58.7º 0.26% 0.35% -
HSV(B) 58.7º 0.41% 0.44% -
XYZ 13.35 15.21 7.39 -
YUV 106.17 105.33 132.16 -
System Red Green Blue C M Y K H S L
Decimal 112 111 66 0 0.01 0.41 0.56 58.7 0.26 0.35
Hex 70 6F 42 0 1 29 38 3B 1A 23
Octal 160 157 102 0 1 51 70 73 32 43
Binary 1110000 1101111 1000010 0 1 101001 111000 111011 11010 100011

Color Harmonies of #706F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706F42

Black with #706F42

Text Example


Text Example

White with #706F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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