#716862

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

Shades of Pine Cone #716862

Tints of Pine Cone #716862

Color information

#716862 (or 0x716862) is unknown color: approx Pine Cone. HEX triplet: 71, 68 and 62. RGB value is (113,104,98). Sum of RGB (Red+Green+Blue) = 113+104+98=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 113 - color contains mainly: red. Hex color #716862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716862 is #8E979D. Grayscale: #6A6A6A. Windows color (decimal): -9344926 or 6449265. OLE color: 6449265.

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

Color convert

RGB11310498-
CMYK00.080.130.56
HSL24º7.11%41.37%-
HSV(B)24º13.27%44.31%-
XYZ13.9614.2913.58-
YUV106.01123.48132.99-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.87%
GREEN value IS 104 (41.02% from 255) = 33.02%
BLUE value IS 98 (38.67% from 255) = 31.11%
R=35.87%
G=33.02%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131049800.080.130.56247.1141.37
Hex71686208D3818729
Octal161150142010157030751
Binary11100011101000110001001000110111100011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716862; }

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

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

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

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

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

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

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

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