#716620

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

Shades of Olivetone #716620

Tints of Olivetone #716620

Color information

#716620 (or 0x716620) is unknown color: approx Olivetone. HEX triplet: 71, 66 and 20. RGB value is (113,102,32). Sum of RGB (Red+Green+Blue) = 113+102+32=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 102 (40.23% from 255 or 41.30% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #716620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716620 is #8E99DF. Grayscale: #616161. Windows color (decimal): -9345504 or 2123377. OLE color: 2123377.

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

Color convert

RGB11310232-
CMYK00.100.720.56
HSL51.85º55.86%28.43%-
HSV(B)51.85º71.68%44.31%-
XYZ11.8213.123.28-
YUV97.3191.14139.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.75%
GREEN value IS 102 (40.23% from 255) = 41.30%
BLUE value IS 32 (12.89% from 255) = 12.96%
R=45.75%
G=41.30%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131023200.100.720.5651.8555.8628.43
Hex7166200A483834381c
Octal1611464001211070647034
Binary1110001110011010000001010100100011100011010011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716620; }

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

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

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

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

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

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

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

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