#716455

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

Shades of Pine Cone #716455

Tints of Pine Cone #716455

Color information

#716455 (or 0x716455) is unknown color: approx Pine Cone. HEX triplet: 71, 64 and 55. RGB value is (113,100,85). Sum of RGB (Red+Green+Blue) = 113+100+85=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 113 - color contains mainly: red. Hex color #716455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716455 is #8E9BAA. Grayscale: #666666. Windows color (decimal): -9345963 or 5596273. OLE color: 5596273.

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

Color convert

RGB11310085-
CMYK00.120.250.56
HSL32.14º14.14%38.82%-
HSV(B)32.14º24.78%44.31%-
XYZ13.0113.2810.47-
YUV102.18118.31135.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.92%
GREEN value IS 100 (39.45% from 255) = 33.56%
BLUE value IS 85 (33.59% from 255) = 28.52%
R=37.92%
G=33.56%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131008500.120.250.5632.1414.1438.82
Hex7164550C193820e27
Octal1611441250143170401647
Binary11100011100100101010101100110011110001000001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716455; }

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

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

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

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

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

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

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

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