Html Css Color HEX #706D4A Hemlock

📋 copy color: '#706D4A'

red 112 ◦ green 109 ◦ blue 74

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

Shades of Hemlock #706D4A

Tints of Hemlock #706D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.08%

R = 37.97%
G = 36.95%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#706D4A (or 0x706D4A) is known color: Hemlock. HEX triplet: 70, 6D and 4A. RGB value is (112,109,74). Sum of RGB (Red+Green+Blue) = 112+109+74=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 112 - color contains mainly: red. Hex color #706D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706D4A is #8F92B5. Grayscale: #6A6A6A. Windows color (decimal): -9409206 or 4877680. OLE color: 4877680.

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

Color convert

RGB 112 109 74 -
CMYK 0 0.03 0.34 0.56
HSL 55.26º 0.2% 0.36% -
HSV(B) 55.26º 0.34% 0.44% -
XYZ 13.39 14.88 8.64 -
YUV 105.91 109.99 132.35 -
System Red Green Blue C M Y K H S L
Decimal 112 109 74 0 0.03 0.34 0.56 55.26 0.2 0.36
Hex 70 6D 4A 0 3 22 38 37 14 24
Octal 160 155 112 0 3 42 70 67 24 44
Binary 1110000 1101101 1001010 0 11 100010 111000 110111 10100 100100

Color Harmonies of #706D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706D4A

Black with #706D4A

Text Example


Text Example

White with #706D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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