#716358

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

Shades of Pine Cone #716358

Tints of Pine Cone #716358

Color information

#716358 (or 0x716358) is unknown color: approx Pine Cone. HEX triplet: 71, 63 and 58. RGB value is (113,99,88). Sum of RGB (Red+Green+Blue) = 113+99+88=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 88 (34.77% from 255 or 29.33% from 300); Max value from RGB is 113 - color contains mainly: red. Hex color #716358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716358 is #8E9CA7. Grayscale: #656565. Windows color (decimal): -9346216 or 5792625. OLE color: 5792625.

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

Color convert

RGB1139988-
CMYK00.120.220.56
HSL26.4º12.44%39.41%-
HSV(B)26.4º22.12%44.31%-
XYZ13.0313.1411.08-
YUV101.93120.14135.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.67%
GREEN value IS 99 (39.06% from 255) = 33%
BLUE value IS 88 (34.77% from 255) = 29.33%
R=37.67%
G=33%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113998800.120.220.5626.412.4439.41
Hex7163580C16381ac27
Octal1611431300142670321447
Binary1110001110001110110000110010110111000110101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716358; }

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

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

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

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

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

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

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

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