Html Css Color HEX #706E50 Hemlock

📋 copy color: '#706E50'

red 112 ◦ green 110 ◦ blue 80

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

Shades of Hemlock #706E50

Tints of Hemlock #706E50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.49%

R = 37.09%
G = 36.42%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#706E50 (or 0x706E50) is known color: Hemlock. HEX triplet: 70, 6E and 50. RGB value is (112,110,80). Sum of RGB (Red+Green+Blue) = 112+110+80=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 110 (43.36% from 255 or 36.42% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 112 - color contains mainly: red. Hex color #706E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706E50 is #8F91AF. Grayscale: #6B6B6B. Windows color (decimal): -9408944 or 5271152. OLE color: 5271152.

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

Color convert

RGB 112 110 80 -
CMYK 0 0.02 0.29 0.56
HSL 56.25º 0.17% 0.38% -
HSV(B) 56.25º 0.29% 0.44% -
XYZ 13.71 15.18 9.8 -
YUV 107.18 112.66 131.44 -
System Red Green Blue C M Y K H S L
Decimal 112 110 80 0 0.02 0.29 0.56 56.25 0.17 0.38
Hex 70 6E 50 0 2 1D 38 38 11 26
Octal 160 156 120 0 2 35 70 70 21 46
Binary 1110000 1101110 1010000 0 10 11101 111000 111000 10001 100110

Color Harmonies of #706E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706E50

Black with #706E50

Text Example


Text Example

White with #706E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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