#716355

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

Shades of Pine Cone #716355

Tints of Pine Cone #716355

Color information

#716355 (or 0x716355) is unknown color: approx Pine Cone. HEX triplet: 71, 63 and 55. RGB value is (113,99,85). Sum of RGB (Red+Green+Blue) = 113+99+85=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 113 - color contains mainly: red. Hex color #716355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716355 is #8E9CAA. Grayscale: #656565. Windows color (decimal): -9346219 or 5596017. OLE color: 5596017.

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

Color convert

RGB1139985-
CMYK00.120.250.56
HSL30º14.14%38.82%-
HSV(B)30º24.78%44.31%-
XYZ12.9113.0910.44-
YUV101.59118.64136.14-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.05%
GREEN value IS 99 (39.06% from 255) = 33.33%
BLUE value IS 85 (33.59% from 255) = 28.62%
R=38.05%
G=33.33%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113998500.120.250.563014.1438.82
Hex7163550C19381ee27
Octal1611431250143170361647
Binary1110001110001110101010110011001111000111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716355; }

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

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

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

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

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

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

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

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