Html Css Color HEX #706A43 Hemlock

📋 copy color: '#706A43'

red 112 ◦ green 106 ◦ blue 67

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

Shades of Hemlock #706A43

Tints of Hemlock #706A43

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.19%

 BLUE value IS 67 (26.56% from 255) = 23.51%

R = 39.3%
G = 37.19%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#706A43 (or 0x706A43) is known color: Hemlock. HEX triplet: 70, 6A and 43. RGB value is (112,106,67). Sum of RGB (Red+Green+Blue) = 112+106+67=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 67 (26.56% from 255 or 23.51% from 285); Max value from RGB is 112 - color contains mainly: red. Hex color #706A43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706A43 is #8F95BC. Grayscale: #676767. Windows color (decimal): -9409981 or 4418160. OLE color: 4418160.

HSL color Cylindrical-coordinate representation of color #706A43: hue angle of 52º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #706A43 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 106 67 -
CMYK 0 0.05 0.40 0.56
HSL 52º 0.25% 0.35% -
HSV(B) 52º 0.4% 0.44% -
XYZ 12.85 14.16 7.37 -
YUV 103.35 107.49 134.17 -
System Red Green Blue C M Y K H S L
Decimal 112 106 67 0 0.05 0.40 0.56 52 0.25 0.35
Hex 70 6A 43 0 5 28 38 34 19 23
Octal 160 152 103 0 5 50 70 64 31 43
Binary 1110000 1101010 1000011 0 101 101000 111000 110100 11001 100011

Color Harmonies of #706A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706A43

Black with #706A43

Text Example


Text Example

White with #706A43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,106,67); }

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

background-color css

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

 a { background-color: rgb(112,106,67); }

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

border-color css

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

 span { border-color: rgb(112,106,67); }

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