Html Css Color HEX #706F50 Hemlock

📋 copy color: '#706F50'

red 112 ◦ green 111 ◦ blue 80

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

Shades of Hemlock #706F50

Tints of Hemlock #706F50

RGB

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

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

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

R = 36.96%
G = 36.63%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#706F50 (or 0x706F50) is known color: Hemlock. HEX triplet: 70, 6F and 50. RGB value is (112,111,80). Sum of RGB (Red+Green+Blue) = 112+111+80=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 112 - color contains mainly: red. Hex color #706F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706F50 is #8F90AF. Grayscale: #6B6B6B. Windows color (decimal): -9408688 or 5271408. OLE color: 5271408.

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

Color convert

RGB 112 111 80 -
CMYK 0 0.01 0.29 0.56
HSL 58.13º 0.17% 0.38% -
HSV(B) 58.13º 0.29% 0.44% -
XYZ 13.81 15.39 9.83 -
YUV 107.77 112.33 131.02 -
System Red Green Blue C M Y K H S L
Decimal 112 111 80 0 0.01 0.29 0.56 58.13 0.17 0.38
Hex 70 6F 50 0 1 1D 38 3A 11 26
Octal 160 157 120 0 1 35 70 72 21 46
Binary 1110000 1101111 1010000 0 1 11101 111000 111010 10001 100110

Color Harmonies of #706F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706F50

Black with #706F50

Text Example


Text Example

White with #706F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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