#716356

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

Shades of Pine Cone #716356

Tints of Pine Cone #716356

Color information

#716356 (or 0x716356) is unknown color: approx Pine Cone. HEX triplet: 71, 63 and 56. RGB value is (113,99,86). Sum of RGB (Red+Green+Blue) = 113+99+86=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 86 (33.98% from 255 or 28.86% from 298); Max value from RGB is 113 - color contains mainly: red. Hex color #716356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716356 is #8E9CA9. Grayscale: #656565. Windows color (decimal): -9346218 or 5661553. OLE color: 5661553.

HSL color Cylindrical-coordinate representation of color #716356: hue angle of 28.89º 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 #716356 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB1139986-
CMYK00.120.240.56
HSL28.89º13.57%39.02%-
HSV(B)28.89º23.89%44.31%-
XYZ12.9513.1110.65-
YUV101.7119.14136.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.92%
GREEN value IS 99 (39.06% from 255) = 33.22%
BLUE value IS 86 (33.98% from 255) = 28.86%
R=37.92%
G=33.22%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113998600.120.240.5628.8913.5739.02
Hex7163560C18381de27
Octal1611431260143070351647
Binary1110001110001110101100110011000111000111011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716356; }

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

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

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

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

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

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

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

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