#716760

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

Shades of Pine Cone #716760

Tints of Pine Cone #716760

Color information

#716760 (or 0x716760) is unknown color: approx Pine Cone. HEX triplet: 71, 67 and 60. RGB value is (113,103,96). Sum of RGB (Red+Green+Blue) = 113+103+96=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 113 - color contains mainly: red. Hex color #716760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716760 is #8E989F. Grayscale: #696969. Windows color (decimal): -9345184 or 6317937. OLE color: 6317937.

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

Color convert

RGB11310396-
CMYK00.090.150.56
HSL24.71º8.13%40.98%-
HSV(B)24.71º15.04%44.31%-
XYZ13.7714.0613.05-
YUV105.19122.81133.57-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.22%
GREEN value IS 103 (40.62% from 255) = 33.01%
BLUE value IS 96 (37.89% from 255) = 30.77%
R=36.22%
G=33.01%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131039600.090.150.5624.718.1340.98
Hex71676009F3819829
Octal1611471400111770311051
Binary111000111001111100000010011111111000110011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716760; }

 p { color: rgb(113,103,96); }

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

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

 a { background-color: rgb(113,103,96); }

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

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

 span { border-color: rgb(113,103,96); }

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