#716721

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

Shades of Olivetone #716721

Tints of Olivetone #716721

Color information

#716721 (or 0x716721) is unknown color: approx Olivetone. HEX triplet: 71, 67 and 21. RGB value is (113,103,33). Sum of RGB (Red+Green+Blue) = 113+103+33=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 103 (40.62% from 255 or 41.37% from 249); Blue value is 33 (13.28% from 255 or 13.25% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #716721 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716721 is #8E98DE. Grayscale: #626262. Windows color (decimal): -9345247 or 2189169. OLE color: 2189169.

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

Color convert

RGB11310333-
CMYK00.090.710.56
HSL52.5º54.79%28.63%-
HSV(B)52.5º70.8%44.31%-
XYZ11.9313.323.38-
YUV98.0191.31138.69-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.38%
GREEN value IS 103 (40.62% from 255) = 41.37%
BLUE value IS 33 (13.28% from 255) = 13.25%
R=45.38%
G=41.37%
B=13.25%

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
Decimal1131033300.090.710.5652.554.7928.63
Hex71672109473834371d
Octal1611474101110770646735
Binary1110001110011110000101001100011111100011010011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716721; }

 p { color: rgb(113,103,33); }

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

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

 a { background-color: rgb(113,103,33); }

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

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

 span { border-color: rgb(113,103,33); }

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