Html Css Color HEX #706F52 Hemlock

📋 copy color: '#706F52'

red 112 ◦ green 111 ◦ blue 82

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

Shades of Hemlock #706F52

Tints of Hemlock #706F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 26.89%

R = 36.72%
G = 36.39%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#706F52 (or 0x706F52) is known color: Hemlock. HEX triplet: 70, 6F and 52. RGB value is (112,111,82). Sum of RGB (Red+Green+Blue) = 112+111+82=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 112 - color contains mainly: red. Hex color #706F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706F52 is #8F90AD. Grayscale: #6C6C6C. Windows color (decimal): -9408686 or 5402480. OLE color: 5402480.

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

Color convert

RGB 112 111 82 -
CMYK 0 0.01 0.27 0.56
HSL 58º 0.15% 0.38% -
HSV(B) 58º 0.27% 0.44% -
XYZ 13.89 15.42 10.23 -
YUV 107.99 113.33 130.86 -
System Red Green Blue C M Y K H S L
Decimal 112 111 82 0 0.01 0.27 0.56 58 0.15 0.38
Hex 70 6F 52 0 1 1B 38 3A F 26
Octal 160 157 122 0 1 33 70 72 17 46
Binary 1110000 1101111 1010010 0 1 11011 111000 111010 1111 100110

Color Harmonies of #706F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706F52

Black with #706F52

Text Example


Text Example

White with #706F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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