#716454

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

Shades of Pine Cone #716454

Tints of Pine Cone #716454

Color information

#716454 (or 0x716454) is unknown color: approx Pine Cone. HEX triplet: 71, 64 and 54. RGB value is (113,100,84). Sum of RGB (Red+Green+Blue) = 113+100+84=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 84 (33.20% from 255 or 28.28% from 297); Max value from RGB is 113 - color contains mainly: red. Hex color #716454 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716454 is #8E9BAB. Grayscale: #666666. Windows color (decimal): -9345964 or 5530737. OLE color: 5530737.

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

Color convert

RGB11310084-
CMYK00.120.260.56
HSL33.1º14.72%38.63%-
HSV(B)33.1º25.66%44.31%-
XYZ12.9713.2710.26-
YUV102.06117.81135.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.05%
GREEN value IS 100 (39.45% from 255) = 33.67%
BLUE value IS 84 (33.20% from 255) = 28.28%
R=38.05%
G=33.67%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131008400.120.260.5633.114.7238.63
Hex7164540C1A3821f27
Octal1611441240143270411747
Binary11100011100100101010001100110101110001000011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716454; }

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

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

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

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

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

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

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

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