#716351

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

Shades of Pine Cone #716351

Tints of Pine Cone #716351

Color information

#716351 (or 0x716351) is unknown color: approx Pine Cone. HEX triplet: 71, 63 and 51. RGB value is (113,99,81). Sum of RGB (Red+Green+Blue) = 113+99+81=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 81 (32.03% from 255 or 27.65% from 293); Max value from RGB is 113 - color contains mainly: red. Hex color #716351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716351 is #8E9CAE. Grayscale: #656565. Windows color (decimal): -9346223 or 5333873. OLE color: 5333873.

HSL color Cylindrical-coordinate representation of color #716351: hue angle of 33.75º 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 #716351 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB1139981-
CMYK00.120.280.56
HSL33.75º16.49%38.04%-
HSV(B)33.75º28.32%44.31%-
XYZ12.7613.039.63-
YUV101.13116.64136.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.57%
GREEN value IS 99 (39.06% from 255) = 33.79%
BLUE value IS 81 (32.03% from 255) = 27.65%
R=38.57%
G=33.79%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113998100.120.280.5633.7516.4938.04
Hex7163510C1C38221026
Octal1611431210143470422046
Binary111000111000111010001011001110011100010001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716351; }

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

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

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

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

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

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

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

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