Html Css Color HEX #706F47 Hemlock

📋 copy color: '#706F47'

red 112 ◦ green 111 ◦ blue 71

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

Shades of Hemlock #706F47

Tints of Hemlock #706F47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 24.15%

R = 38.1%
G = 37.76%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#706F47 (or 0x706F47) is known color: Hemlock. HEX triplet: 70, 6F and 47. RGB value is (112,111,71). Sum of RGB (Red+Green+Blue) = 112+111+71=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 71 (28.12% from 255 or 24.15% from 294); Max value from RGB is 112 - color contains mainly: red. Hex color #706F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706F47 is #8F90B8. Grayscale: #6A6A6A. Windows color (decimal): -9408697 or 4681584. OLE color: 4681584.

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

Color convert

RGB 112 111 71 -
CMYK 0 0.01 0.37 0.56
HSL 58.54º 0.22% 0.36% -
HSV(B) 58.54º 0.37% 0.44% -
XYZ 13.5 15.27 8.2 -
YUV 106.74 107.83 131.75 -
System Red Green Blue C M Y K H S L
Decimal 112 111 71 0 0.01 0.37 0.56 58.54 0.22 0.36
Hex 70 6F 47 0 1 25 38 3B 16 24
Octal 160 157 107 0 1 45 70 73 26 44
Binary 1110000 1101111 1000111 0 1 100101 111000 111011 10110 100100

Color Harmonies of #706F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706F47

Black with #706F47

Text Example


Text Example

White with #706F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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