#706620

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

Shades of Olivetone #706620

Tints of Olivetone #706620

Color information

#706620 (or 0x706620) is unknown color: approx Olivetone. HEX triplet: 70, 66 and 20. RGB value is (112,102,32). Sum of RGB (Red+Green+Blue) = 112+102+32=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 102 (40.23% from 255 or 41.46% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #706620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706620 is #8F99DF. Grayscale: #616161. Windows color (decimal): -9411040 or 2123376. OLE color: 2123376.

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

Color convert

RGB11210232-
CMYK00.090.710.56
HSL52.5º55.56%28.24%-
HSV(B)52.5º71.43%43.92%-
XYZ11.6913.053.27-
YUV97.0191.31138.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.53%
GREEN value IS 102 (40.23% from 255) = 41.46%
BLUE value IS 32 (12.89% from 255) = 13.01%
R=45.53%
G=41.46%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121023200.090.710.5652.555.5628.24
Hex70662009473834381c
Octal1601464001110770647034
Binary1110000110011010000001001100011111100011010011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706620; }

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

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

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

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

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

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

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

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