#706E2A

Color #706E2A Olivetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivetone #706E2A

Tints of Olivetone #706E2A

Color information

#706E2A (or 0x706E2A) is unknown color: approx Olivetone. HEX triplet: 70, 6E and 2A. RGB value is (112,110,42). Sum of RGB (Red+Green+Blue) = 112+110+42=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 110 (43.36% from 255 or 41.67% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 112 - color contains mainly: red. Hex color #706E2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706E2A is #8F91D5. Grayscale: #676767. Windows color (decimal): -9408982 or 2780784. OLE color: 2780784.

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

Color convert

RGB11211042-
CMYK00.020.620.56
HSL58.29º45.45%30.2%-
HSV(B)58.29º62.5%43.92%-
XYZ12.6814.764.37-
YUV102.8593.66134.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.42%
GREEN value IS 110 (43.36% from 255) = 41.67%
BLUE value IS 42 (16.80% from 255) = 15.91%
R=42.42%
G=41.67%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121104200.020.620.5658.2945.4530.2
Hex706E2A023E383a2d1e
Octal16015652027670725536
Binary1110000110111010101001011111011100011101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,110,42); }

 H1.HeaderClassName
 {
   color: #706E2A;
 }
 .AnyTagClassName
 {
   color: #706E2A;
 }
</style>
background-color css

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

 a { background-color: rgb(112,110,42); }

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

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

 span { border-color: rgb(112,110,42); }

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