#716616

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

Shades of Olivetone #716616

Tints of Olivetone #716616

Color information

#716616 (or 0x716616) is unknown color: approx Olivetone. HEX triplet: 71, 66 and 16. RGB value is (113,102,22). Sum of RGB (Red+Green+Blue) = 113+102+22=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 102 (40.23% from 255 or 43.04% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 113 - color contains mainly: red. Hex color #716616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716616 is #8E99E9. Grayscale: #606060. Windows color (decimal): -9345514 or 1468017. OLE color: 1468017.

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

Color convert

RGB11310222-
CMYK00.100.810.56
HSL52.75º67.41%26.47%-
HSV(B)52.75º80.53%44.31%-
XYZ11.7113.072.67-
YUV96.1786.14140-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.68%
GREEN value IS 102 (40.23% from 255) = 43.04%
BLUE value IS 22 (8.98% from 255) = 9.28%
R=47.68%
G=43.04%
B=9.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131022200.100.810.5652.7567.4126.47
Hex7166160A513835431a
Octal16114626012121706510332
Binary1110001110011010110010101010001111000110101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716616; }

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

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

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

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

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

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

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

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