Html Css Color HEX #706B48 Hemlock

📋 copy color: '#706B48'

red 112 ◦ green 107 ◦ blue 72

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

Shades of Hemlock #706B48

Tints of Hemlock #706B48

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.77%

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

R = 38.49%
G = 36.77%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#706B48 (or 0x706B48) is known color: Hemlock. HEX triplet: 70, 6B and 48. RGB value is (112,107,72). Sum of RGB (Red+Green+Blue) = 112+107+72=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 112 - color contains mainly: red. Hex color #706B48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706B48 is #8F94B7. Grayscale: #686868. Windows color (decimal): -9409720 or 4746096. OLE color: 4746096.

HSL color Cylindrical-coordinate representation of color #706B48: hue angle of 52.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 #706B48 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 107 72 -
CMYK 0 0.04 0.36 0.56
HSL 52.5º 0.22% 0.36% -
HSV(B) 52.5º 0.36% 0.44% -
XYZ 13.11 14.43 8.22 -
YUV 104.51 109.66 133.35 -
System Red Green Blue C M Y K H S L
Decimal 112 107 72 0 0.04 0.36 0.56 52.5 0.22 0.36
Hex 70 6B 48 0 4 24 38 34 16 24
Octal 160 153 110 0 4 44 70 64 26 44
Binary 1110000 1101011 1001000 0 100 100100 111000 110100 10110 100100

Color Harmonies of #706B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706B48

Black with #706B48

Text Example


Text Example

White with #706B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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