Html Css Color HEX #706C4A Hemlock

📋 copy color: '#706C4A'

red 112 ◦ green 108 ◦ blue 74

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

Shades of Hemlock #706C4A

Tints of Hemlock #706C4A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.73%

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

R = 38.1%
G = 36.73%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#706C4A (or 0x706C4A) is known color: Hemlock. HEX triplet: 70, 6C and 4A. RGB value is (112,108,74). Sum of RGB (Red+Green+Blue) = 112+108+74=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 112 - color contains mainly: red. Hex color #706C4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706C4A is #8F93B5. Grayscale: #696969. Windows color (decimal): -9409462 or 4877424. OLE color: 4877424.

HSL color Cylindrical-coordinate representation of color #706C4A: hue angle of 53.68º 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 #706C4A is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 108 74 -
CMYK 0 0.04 0.34 0.56
HSL 53.68º 0.2% 0.36% -
HSV(B) 53.68º 0.34% 0.44% -
XYZ 13.28 14.66 8.61 -
YUV 105.32 110.33 132.76 -
System Red Green Blue C M Y K H S L
Decimal 112 108 74 0 0.04 0.34 0.56 53.68 0.2 0.36
Hex 70 6C 4A 0 4 22 38 36 14 24
Octal 160 154 112 0 4 42 70 66 24 44
Binary 1110000 1101100 1001010 0 100 100010 111000 110110 10100 100100

Color Harmonies of #706C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706C4A

Black with #706C4A

Text Example


Text Example

White with #706C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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