#706E31

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

Shades of Olivetone #706E31

Tints of Olivetone #706E31

Color information

#706E31 (or 0x706E31) is unknown color: approx Olivetone. HEX triplet: 70, 6E and 31. RGB value is (112,110,49). Sum of RGB (Red+Green+Blue) = 112+110+49=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 110 (43.36% from 255 or 40.59% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #706E31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706E31 is #8F91CE. Grayscale: #676767. Windows color (decimal): -9408975 or 3239536. OLE color: 3239536.

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

Color convert

RGB11211049-
CMYK00.020.560.56
HSL58.1º39.13%31.57%-
HSV(B)58.1º56.25%43.92%-
XYZ12.8114.825.09-
YUV103.6497.16133.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.33%
GREEN value IS 110 (43.36% from 255) = 40.59%
BLUE value IS 49 (19.53% from 255) = 18.08%
R=41.33%
G=40.59%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121104900.020.560.5658.139.1331.57
Hex706E310238383a2720
Octal16015661027070724740
Binary11100001101110110001010111000111000111010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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