#706C29

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

Shades of Olivetone #706C29

Tints of Olivetone #706C29

Color information

#706C29 (or 0x706C29) is unknown color: approx Olivetone. HEX triplet: 70, 6C and 29. RGB value is (112,108,41). Sum of RGB (Red+Green+Blue) = 112+108+41=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 108 (42.58% from 255 or 41.38% from 261); Blue value is 41 (16.41% from 255 or 15.71% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #706C29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706C29 is #8F93D6. Grayscale: #656565. Windows color (decimal): -9409495 or 2714736. OLE color: 2714736.

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

Color convert

RGB11210841-
CMYK00.040.630.56
HSL56.62º46.41%30%-
HSV(B)56.62º63.39%43.92%-
XYZ12.4414.334.21-
YUV101.5693.83135.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.91%
GREEN value IS 108 (42.58% from 255) = 41.38%
BLUE value IS 41 (16.41% from 255) = 15.71%
R=42.91%
G=41.38%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121084100.040.630.5656.6246.4130
Hex706C29043F38392e1e
Octal16015451047770715636
Binary11100001101100101001010011111111100011100110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,108,41); }

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

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

 a { background-color: rgb(112,108,41); }

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

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

 span { border-color: rgb(112,108,41); }

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