#706828

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

Shades of Olivetone #706828

Tints of Olivetone #706828

Color information

#706828 (or 0x706828) is unknown color: approx Olivetone. HEX triplet: 70, 68 and 28. RGB value is (112,104,40). Sum of RGB (Red+Green+Blue) = 112+104+40=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 104 (41.02% from 255 or 40.62% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #706828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706828 is #8F97D7. Grayscale: #636363. Windows color (decimal): -9410520 or 2648176. OLE color: 2648176.

HSL color Cylindrical-coordinate representation of color #706828: hue angle of 53.33º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #706828 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB11210440-
CMYK00.070.640.56
HSL53.33º47.37%29.8%-
HSV(B)53.33º64.29%43.92%-
XYZ12.0213.53.98-
YUV99.194.65137.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.75%
GREEN value IS 104 (41.02% from 255) = 40.62%
BLUE value IS 40 (16.02% from 255) = 15.62%
R=43.75%
G=40.62%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121044000.070.640.5653.3347.3729.8
Hex706828074038352f1e
Octal160150500710070655736
Binary111000011010001010000111100000011100011010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706828; }

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

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

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

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

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

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

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

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