#706E2B

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

Shades of Olivetone #706E2B

Tints of Olivetone #706E2B

Color information

#706E2B (or 0x706E2B) is unknown color: approx Olivetone. HEX triplet: 70, 6E and 2B. RGB value is (112,110,43). Sum of RGB (Red+Green+Blue) = 112+110+43=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 110 (43.36% from 255 or 41.51% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 112 - color contains mainly: red. Hex color #706E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706E2B is #8F91D4. Grayscale: #676767. Windows color (decimal): -9408981 or 2846320. OLE color: 2846320.

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

Color convert

RGB11211043-
CMYK00.020.620.56
HSL58.26º44.52%30.39%-
HSV(B)58.26º61.61%43.92%-
XYZ12.6914.774.47-
YUV102.9694.16134.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.26%
GREEN value IS 110 (43.36% from 255) = 41.51%
BLUE value IS 43 (17.19% from 255) = 16.23%
R=42.26%
G=41.51%
B=16.23%

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
Decimal1121104300.020.620.5658.2644.5230.39
Hex706E2B023E383a2d1e
Octal16015653027670725536
Binary1110000110111010101101011111011100011101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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