Html Css Color HEX #706D48 Hemlock

📋 copy color: '#706D48'

red 112 ◦ green 109 ◦ blue 72

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

Shades of Hemlock #706D48

Tints of Hemlock #706D48

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.2%

 BLUE value IS 72 (28.52% from 255) = 24.57%

R = 38.23%
G = 37.2%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#706D48 (or 0x706D48) is known color: Hemlock. HEX triplet: 70, 6D and 48. RGB value is (112,109,72). Sum of RGB (Red+Green+Blue) = 112+109+72=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 72 (28.52% from 255 or 24.57% from 293); Max value from RGB is 112 - color contains mainly: red. Hex color #706D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706D48 is #8F92B7. Grayscale: #696969. Windows color (decimal): -9409208 or 4746608. OLE color: 4746608.

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

Color convert

RGB 112 109 72 -
CMYK 0 0.03 0.36 0.56
HSL 55.5º 0.22% 0.36% -
HSV(B) 55.5º 0.36% 0.44% -
XYZ 13.32 14.85 8.3 -
YUV 105.68 108.99 132.51 -
System Red Green Blue C M Y K H S L
Decimal 112 109 72 0 0.03 0.36 0.56 55.5 0.22 0.36
Hex 70 6D 48 0 3 24 38 38 16 24
Octal 160 155 110 0 3 44 70 70 26 44
Binary 1110000 1101101 1001000 0 11 100100 111000 111000 10110 100100

Color Harmonies of #706D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706D48

Black with #706D48

Text Example


Text Example

White with #706D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,109,72); }

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

background-color css

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

 a { background-color: rgb(112,109,72); }

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

border-color css

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

 span { border-color: rgb(112,109,72); }

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