#716657

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

Shades of Pine Cone #716657

Tints of Pine Cone #716657

Color information

#716657 (or 0x716657) is unknown color: approx Pine Cone. HEX triplet: 71, 66 and 57. RGB value is (113,102,87). Sum of RGB (Red+Green+Blue) = 113+102+87=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 87 (34.38% from 255 or 28.81% from 302); Max value from RGB is 113 - color contains mainly: red. Hex color #716657 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716657 is #8E99A8. Grayscale: #676767. Windows color (decimal): -9345449 or 5727857. OLE color: 5727857.

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

Color convert

RGB11310287-
CMYK00.100.230.56
HSL34.62º13%39.22%-
HSV(B)34.62º23.01%44.31%-
XYZ13.2813.710.96-
YUV103.58118.64134.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.42%
GREEN value IS 102 (40.23% from 255) = 33.77%
BLUE value IS 87 (34.38% from 255) = 28.81%
R=37.42%
G=33.77%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131028700.100.230.5634.621339.22
Hex7166570A173823d27
Octal1611461270122770431547
Binary11100011100110101011101010101111110001000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716657; }

 p { color: rgb(113,102,87); }

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

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

 a { background-color: rgb(113,102,87); }

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

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

 span { border-color: rgb(113,102,87); }

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