Html Css Color HEX #706A3E Hemlock

📋 copy color: '#706A3E'

red 112 ◦ green 106 ◦ blue 62

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

Shades of Hemlock #706A3E

Tints of Hemlock #706A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.14%

R = 40%
G = 37.86%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#706A3E (or 0x706A3E) is known color: Hemlock. HEX triplet: 70, 6A and 3E. RGB value is (112,106,62). Sum of RGB (Red+Green+Blue) = 112+106+62=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 62 (24.61% from 255 or 22.14% from 280); Max value from RGB is 112 - color contains mainly: red. Hex color #706A3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706A3E is #8F95C1. Grayscale: #666666. Windows color (decimal): -9409986 or 4090480. OLE color: 4090480.

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

Color convert

RGB 112 106 62 -
CMYK 0 0.05 0.45 0.56
HSL 52.8º 0.29% 0.34% -
HSV(B) 52.8º 0.45% 0.44% -
XYZ 12.71 14.1 6.61 -
YUV 102.78 104.99 134.58 -
System Red Green Blue C M Y K H S L
Decimal 112 106 62 0 0.05 0.45 0.56 52.8 0.29 0.34
Hex 70 6A 3E 0 5 2D 38 35 1D 22
Octal 160 152 76 0 5 55 70 65 35 42
Binary 1110000 1101010 111110 0 101 101101 111000 110101 11101 100010

Color Harmonies of #706A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706A3E

Black with #706A3E

Text Example


Text Example

White with #706A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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