#716558

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

Shades of Pine Cone #716558

Tints of Pine Cone #716558

Color information

#716558 (or 0x716558) is unknown color: approx Pine Cone. HEX triplet: 71, 65 and 58. RGB value is (113,101,88). Sum of RGB (Red+Green+Blue) = 113+101+88=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 88 (34.77% from 255 or 29.14% from 302); Max value from RGB is 113 - color contains mainly: red. Hex color #716558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716558 is #8E9AA7. Grayscale: #676767. Windows color (decimal): -9345704 or 5793137. OLE color: 5793137.

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

Color convert

RGB11310188-
CMYK00.110.220.56
HSL31.2º12.44%39.41%-
HSV(B)31.2º22.12%44.31%-
XYZ13.2313.5211.15-
YUV103.11119.48135.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.42%
GREEN value IS 101 (39.84% from 255) = 33.44%
BLUE value IS 88 (34.77% from 255) = 29.14%
R=37.42%
G=33.44%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131018800.110.220.5631.212.4439.41
Hex7165580B16381fc27
Octal1611451300132670371447
Binary1110001110010110110000101110110111000111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716558; }

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

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

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

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

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

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

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

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