#716964

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

Shades of Pine Cone #716964

Tints of Pine Cone #716964

Color information

#716964 (or 0x716964) is unknown color: approx Pine Cone. HEX triplet: 71, 69 and 64. RGB value is (113,105,100). Sum of RGB (Red+Green+Blue) = 113+105+100=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 113 - color contains mainly: red. Hex color #716964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716964 is #8E969B. Grayscale: #6A6A6A. Windows color (decimal): -9344668 or 6580593. OLE color: 6580593.

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

Color convert

RGB113105100-
CMYK00.070.120.56
HSL23.08º6.1%41.76%-
HSV(B)23.08º11.5%44.31%-
XYZ14.1614.5314.12-
YUV106.82124.15132.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.53%
GREEN value IS 105 (41.41% from 255) = 33.02%
BLUE value IS 100 (39.45% from 255) = 31.45%
R=35.53%
G=33.02%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310510000.070.120.5623.086.141.76
Hex71696407C381762a
Octal16115114407147027652
Binary1110001110100111001000111110011100010111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716964; }

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

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

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

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

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

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

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

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