#706829

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

Shades of Olivetone #706829

Tints of Olivetone #706829

Color information

#706829 (or 0x706829) is unknown color: approx Olivetone. HEX triplet: 70, 68 and 29. RGB value is (112,104,41). Sum of RGB (Red+Green+Blue) = 112+104+41=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 41 (16.41% from 255 or 15.95% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #706829 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706829 is #8F97D6. Grayscale: #636363. Windows color (decimal): -9410519 or 2713712. OLE color: 2713712.

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

Color convert

RGB11210441-
CMYK00.070.630.56
HSL53.24º46.41%30%-
HSV(B)53.24º63.39%43.92%-
XYZ12.0313.514.07-
YUV99.2195.15137.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.58%
GREEN value IS 104 (41.02% from 255) = 40.47%
BLUE value IS 41 (16.41% from 255) = 15.95%
R=43.58%
G=40.47%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121044100.070.630.5653.2446.4130
Hex706829073F38352e1e
Octal16015051077770655636
Binary11100001101000101001011111111111100011010110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706829; }

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

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

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

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

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

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

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

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