#716816

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

Shades of Olivetone #716816

Tints of Olivetone #716816

Color information

#716816 (or 0x716816) is unknown color: approx Olivetone. HEX triplet: 71, 68 and 16. RGB value is (113,104,22). Sum of RGB (Red+Green+Blue) = 113+104+22=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #716816 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716816 is #8E97E9. Grayscale: #616161. Windows color (decimal): -9345002 or 1468529. OLE color: 1468529.

HSL color Cylindrical-coordinate representation of color #716816: hue angle of 54.07º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #716816 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB11310422-
CMYK00.080.810.56
HSL54.07º67.41%26.47%-
HSV(B)54.07º80.53%44.31%-
XYZ11.9113.472.73-
YUV97.3485.48139.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.28%
GREEN value IS 104 (41.02% from 255) = 43.51%
BLUE value IS 22 (8.98% from 255) = 9.21%
R=47.28%
G=43.51%
B=9.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131042200.080.810.5654.0767.4126.47
Hex71681608513836431a
Octal16115026010121706610332
Binary1110001110100010110010001010001111000110110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716816; }

 p { color: rgb(113,104,22); }

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

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

 a { background-color: rgb(113,104,22); }

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

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

 span { border-color: rgb(113,104,22); }

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