#716354

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

Shades of Pine Cone #716354

Tints of Pine Cone #716354

Color information

#716354 (or 0x716354) is unknown color: approx Pine Cone. HEX triplet: 71, 63 and 54. RGB value is (113,99,84). Sum of RGB (Red+Green+Blue) = 113+99+84=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 84 (33.20% from 255 or 28.38% from 296); Max value from RGB is 113 - color contains mainly: red. Hex color #716354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716354 is #8E9CAB. Grayscale: #656565. Windows color (decimal): -9346220 or 5530481. OLE color: 5530481.

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

Color convert

RGB1139984-
CMYK00.120.260.56
HSL31.03º14.72%38.63%-
HSV(B)31.03º25.66%44.31%-
XYZ12.8713.0710.23-
YUV101.48118.14136.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.18%
GREEN value IS 99 (39.06% from 255) = 33.45%
BLUE value IS 84 (33.20% from 255) = 28.38%
R=38.18%
G=33.45%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113998400.120.260.5631.0314.7238.63
Hex7163540C1A381ff27
Octal1611431240143270371747
Binary1110001110001110101000110011010111000111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716354; }

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

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

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

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

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

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

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

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