#706820

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

Shades of Olivetone #706820

Tints of Olivetone #706820

Color information

#706820 (or 0x706820) is unknown color: approx Olivetone. HEX triplet: 70, 68 and 20. RGB value is (112,104,32). Sum of RGB (Red+Green+Blue) = 112+104+32=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 104 (41.02% from 255 or 41.94% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #706820 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706820 is #8F97DF. Grayscale: #626262. Windows color (decimal): -9410528 or 2123888. OLE color: 2123888.

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

Color convert

RGB11210432-
CMYK00.070.710.56
HSL54º55.56%28.24%-
HSV(B)54º71.43%43.92%-
XYZ11.8913.453.34-
YUV98.1890.65137.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.16%
GREEN value IS 104 (41.02% from 255) = 41.94%
BLUE value IS 32 (12.89% from 255) = 12.90%
R=45.16%
G=41.94%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121043200.070.710.565455.5628.24
Hex70682007473836381c
Octal160150400710770667034
Binary111000011010001000000111100011111100011011011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706820; }

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

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

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

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

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

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

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

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