Html Css Color HEX #706C49 Hemlock

📋 copy color: '#706C49'

red 112 ◦ green 108 ◦ blue 73

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

Shades of Hemlock #706C49

Tints of Hemlock #706C49

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.86%

 BLUE value IS 73 (28.91% from 255) = 24.91%

R = 38.23%
G = 36.86%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#706C49 (or 0x706C49) is known color: Hemlock. HEX triplet: 70, 6C and 49. RGB value is (112,108,73). Sum of RGB (Red+Green+Blue) = 112+108+73=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 73 (28.91% from 255 or 24.91% from 293); Max value from RGB is 112 - color contains mainly: red. Hex color #706C49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706C49 is #8F93B6. Grayscale: #696969. Windows color (decimal): -9409463 or 4811888. OLE color: 4811888.

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

Color convert

RGB 112 108 73 -
CMYK 0 0.04 0.35 0.56
HSL 53.85º 0.21% 0.36% -
HSV(B) 53.85º 0.35% 0.44% -
XYZ 13.25 14.65 8.43 -
YUV 105.21 109.83 132.85 -
System Red Green Blue C M Y K H S L
Decimal 112 108 73 0 0.04 0.35 0.56 53.85 0.21 0.36
Hex 70 6C 49 0 4 23 38 36 15 24
Octal 160 154 111 0 4 43 70 66 25 44
Binary 1110000 1101100 1001001 0 100 100011 111000 110110 10101 100100

Color Harmonies of #706C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706C49

Black with #706C49

Text Example


Text Example

White with #706C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,108,73); }

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

background-color css

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

 a { background-color: rgb(112,108,73); }

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

border-color css

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

 span { border-color: rgb(112,108,73); }

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