Html Css Color HEX #706D46 Hemlock

📋 copy color: '#706D46'

red 112 ◦ green 109 ◦ blue 70

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

Shades of Hemlock #706D46

Tints of Hemlock #706D46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.05%

R = 38.49%
G = 37.46%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#706D46 (or 0x706D46) is known color: Hemlock. HEX triplet: 70, 6D and 46. RGB value is (112,109,70). Sum of RGB (Red+Green+Blue) = 112+109+70=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 70 (27.73% from 255 or 24.05% from 291); Max value from RGB is 112 - color contains mainly: red. Hex color #706D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706D46 is #8F92B9. Grayscale: #696969. Windows color (decimal): -9409210 or 4615536. OLE color: 4615536.

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

Color convert

RGB 112 109 70 -
CMYK 0 0.03 0.38 0.56
HSL 55.71º 0.23% 0.36% -
HSV(B) 55.71º 0.38% 0.44% -
XYZ 13.26 14.82 7.96 -
YUV 105.45 107.99 132.67 -
System Red Green Blue C M Y K H S L
Decimal 112 109 70 0 0.03 0.38 0.56 55.71 0.23 0.36
Hex 70 6D 46 0 3 26 38 38 17 24
Octal 160 155 106 0 3 46 70 70 27 44
Binary 1110000 1101101 1000110 0 11 100110 111000 111000 10111 100100

Color Harmonies of #706D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706D46

Black with #706D46

Text Example


Text Example

White with #706D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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