#706D31

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

Shades of Olivetone #706D31

Tints of Olivetone #706D31

Color information

#706D31 (or 0x706D31) is unknown color: approx Olivetone. HEX triplet: 70, 6D and 31. RGB value is (112,109,49). Sum of RGB (Red+Green+Blue) = 112+109+49=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 109 (42.97% from 255 or 40.37% from 270); Blue value is 49 (19.53% from 255 or 18.15% from 270); Max value from RGB is 112 - color contains mainly: red. Hex color #706D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706D31 is #8F92CE. Grayscale: #676767. Windows color (decimal): -9409231 or 3239280. OLE color: 3239280.

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

Color convert

RGB11210949-
CMYK00.030.560.56
HSL57.14º39.13%31.57%-
HSV(B)57.14º56.25%43.92%-
XYZ12.7114.65.05-
YUV103.0697.49134.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.48%
GREEN value IS 109 (42.97% from 255) = 40.37%
BLUE value IS 49 (19.53% from 255) = 18.15%
R=41.48%
G=40.37%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121094900.030.560.5657.1439.1331.57
Hex706D31033838392720
Octal16015561037070714740
Binary11100001101101110001011111000111000111001100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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