#716251

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

Shades of Pine Cone #716251

Tints of Pine Cone #716251

Color information

#716251 (or 0x716251) is unknown color: approx Pine Cone. HEX triplet: 71, 62 and 51. RGB value is (113,98,81). Sum of RGB (Red+Green+Blue) = 113+98+81=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 81 (32.03% from 255 or 27.74% from 292); Max value from RGB is 113 - color contains mainly: red. Hex color #716251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716251 is #8E9DAE. Grayscale: #646464. Windows color (decimal): -9346479 or 5333617. OLE color: 5333617.

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

Color convert

RGB1139881-
CMYK00.130.280.56
HSL31.88º16.49%38.04%-
HSV(B)31.88º28.32%44.31%-
XYZ12.6612.849.6-
YUV100.55116.97136.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.70%
GREEN value IS 98 (38.67% from 255) = 33.56%
BLUE value IS 81 (32.03% from 255) = 27.74%
R=38.70%
G=33.56%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113988100.130.280.5631.8816.4938.04
Hex7162510D1C38201026
Octal1611421210153470402046
Binary111000111000101010001011011110011100010000010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716251; }

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

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

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

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

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

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

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

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