Html Css Color HEX #706F45 Hemlock

📋 copy color: '#706F45'

red 112 ◦ green 111 ◦ blue 69

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

Shades of Hemlock #706F45

Tints of Hemlock #706F45

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.01%

 BLUE value IS 69 (27.34% from 255) = 23.63%

R = 38.36%
G = 38.01%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#706F45 (or 0x706F45) is known color: Hemlock. HEX triplet: 70, 6F and 45. RGB value is (112,111,69). Sum of RGB (Red+Green+Blue) = 112+111+69=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 111 (43.75% from 255 or 38.01% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 112 - color contains mainly: red. Hex color #706F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706F45 is #8F90BA. Grayscale: #6A6A6A. Windows color (decimal): -9408699 or 4550512. OLE color: 4550512.

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

Color convert

RGB 112 111 69 -
CMYK 0 0.01 0.38 0.56
HSL 58.6º 0.24% 0.35% -
HSV(B) 58.6º 0.38% 0.44% -
XYZ 13.44 15.24 7.86 -
YUV 106.51 106.83 131.92 -
System Red Green Blue C M Y K H S L
Decimal 112 111 69 0 0.01 0.38 0.56 58.6 0.24 0.35
Hex 70 6F 45 0 1 26 38 3B 18 23
Octal 160 157 105 0 1 46 70 73 30 43
Binary 1110000 1101111 1000101 0 1 100110 111000 111011 11000 100011

Color Harmonies of #706F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706F45

Black with #706F45

Text Example


Text Example

White with #706F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,111,69); }

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

background-color css

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

 a { background-color: rgb(112,111,69); }

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

border-color css

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

 span { border-color: rgb(112,111,69); }

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