#706A29

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

Shades of Olivetone #706A29

Tints of Olivetone #706A29

Color information

#706A29 (or 0x706A29) is unknown color: approx Olivetone. HEX triplet: 70, 6A and 29. RGB value is (112,106,41). Sum of RGB (Red+Green+Blue) = 112+106+41=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 106 (41.80% from 255 or 40.93% from 259); Blue value is 41 (16.41% from 255 or 15.83% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #706A29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706A29 is #8F95D6. Grayscale: #646464. Windows color (decimal): -9410007 or 2714224. OLE color: 2714224.

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

Color convert

RGB11210641-
CMYK00.050.630.56
HSL54.93º46.41%30%-
HSV(B)54.93º63.39%43.92%-
XYZ12.2413.914.14-
YUV100.3894.49136.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.24%
GREEN value IS 106 (41.80% from 255) = 40.93%
BLUE value IS 41 (16.41% from 255) = 15.83%
R=43.24%
G=40.93%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121064100.050.630.5654.9346.4130
Hex706A29053F38372e1e
Octal16015251057770675636
Binary11100001101010101001010111111111100011011110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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