#716459

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

Shades of Pine Cone #716459

Tints of Pine Cone #716459

Color information

#716459 (or 0x716459) is unknown color: approx Pine Cone. HEX triplet: 71, 64 and 59. RGB value is (113,100,89). Sum of RGB (Red+Green+Blue) = 113+100+89=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 89 (35.16% from 255 or 29.47% from 302); Max value from RGB is 113 - color contains mainly: red. Hex color #716459 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716459 is #8E9BA6. Grayscale: #666666. Windows color (decimal): -9345959 or 5858417. OLE color: 5858417.

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

Color convert

RGB11310089-
CMYK00.120.210.56
HSL27.5º11.88%39.61%-
HSV(B)27.5º21.24%44.31%-
XYZ13.1713.3511.33-
YUV102.63120.31135.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.42%
GREEN value IS 100 (39.45% from 255) = 33.11%
BLUE value IS 89 (35.16% from 255) = 29.47%
R=37.42%
G=33.11%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131008900.120.210.5627.511.8839.61
Hex7164590C15381cc28
Octal1611441310142570341450
Binary1110001110010010110010110010101111000111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716459; }

 p { color: rgb(113,100,89); }

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

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

 a { background-color: rgb(113,100,89); }

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

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

 span { border-color: rgb(113,100,89); }

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