#716256

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

Shades of Pine Cone #716256

Tints of Pine Cone #716256

Color information

#716256 (or 0x716256) is unknown color: approx Pine Cone. HEX triplet: 71, 62 and 56. RGB value is (113,98,86). Sum of RGB (Red+Green+Blue) = 113+98+86=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 113 - color contains mainly: red. Hex color #716256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716256 is #8E9DA9. Grayscale: #656565. Windows color (decimal): -9346474 or 5661297. OLE color: 5661297.

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

Color convert

RGB1139886-
CMYK00.130.240.56
HSL26.67º13.57%39.02%-
HSV(B)26.67º23.89%44.31%-
XYZ12.8612.9210.62-
YUV101.12119.47136.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.05%
GREEN value IS 98 (38.67% from 255) = 33.00%
BLUE value IS 86 (33.98% from 255) = 28.96%
R=38.05%
G=33.00%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113988600.130.240.5626.6713.5739.02
Hex7162560D18381be27
Octal1611421260153070331647
Binary1110001110001010101100110111000111000110111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716256; }

 p { color: rgb(113,98,86); }

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

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

 a { background-color: rgb(113,98,86); }

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

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

 span { border-color: rgb(113,98,86); }

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