Html Css Color HEX #706B3C Hemlock

📋 copy color: '#706B3C'

red 112 ◦ green 107 ◦ blue 60

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

Shades of Hemlock #706B3C

Tints of Hemlock #706B3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.51%

R = 40.14%
G = 38.35%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#706B3C (or 0x706B3C) is known color: Hemlock. HEX triplet: 70, 6B and 3C. RGB value is (112,107,60). Sum of RGB (Red+Green+Blue) = 112+107+60=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 107 (42.19% from 255 or 38.35% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #706B3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706B3C is #8F94C3. Grayscale: #676767. Windows color (decimal): -9409732 or 3959664. OLE color: 3959664.

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

Color convert

RGB 112 107 60 -
CMYK 0 0.04 0.46 0.56
HSL 54.23º 0.3% 0.34% -
HSV(B) 54.23º 0.46% 0.44% -
XYZ 12.76 14.29 6.36 -
YUV 103.14 103.66 134.32 -
System Red Green Blue C M Y K H S L
Decimal 112 107 60 0 0.04 0.46 0.56 54.23 0.3 0.34
Hex 70 6B 3C 0 4 2E 38 36 1E 22
Octal 160 153 74 0 4 56 70 66 36 42
Binary 1110000 1101011 111100 0 100 101110 111000 110110 11110 100010

Color Harmonies of #706B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706B3C

Black with #706B3C

Text Example


Text Example

White with #706B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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