#706D2C

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

Shades of Olivetone #706D2C

Tints of Olivetone #706D2C

Color information

#706D2C (or 0x706D2C) is unknown color: approx Olivetone. HEX triplet: 70, 6D and 2C. RGB value is (112,109,44). Sum of RGB (Red+Green+Blue) = 112+109+44=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 109 (42.97% from 255 or 41.13% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 112 - color contains mainly: red. Hex color #706D2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706D2C is #8F92D3. Grayscale: #666666. Windows color (decimal): -9409236 or 2911600. OLE color: 2911600.

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

Color convert

RGB11210944-
CMYK00.030.610.56
HSL57.35º43.59%30.59%-
HSV(B)57.35º60.71%43.92%-
XYZ12.6114.564.53-
YUV102.4994.99134.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.26%
GREEN value IS 109 (42.97% from 255) = 41.13%
BLUE value IS 44 (17.58% from 255) = 16.60%
R=42.26%
G=41.13%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121094400.030.610.5657.3543.5930.59
Hex706D2C033D38392c1f
Octal16015554037570715437
Binary1110000110110110110001111110111100011100110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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