#716658

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

Shades of Pine Cone #716658

Tints of Pine Cone #716658

Color information

#716658 (or 0x716658) is unknown color: approx Pine Cone. HEX triplet: 71, 66 and 58. RGB value is (113,102,88). Sum of RGB (Red+Green+Blue) = 113+102+88=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 88 (34.77% from 255 or 29.04% from 303); Max value from RGB is 113 - color contains mainly: red. Hex color #716658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716658 is #8E99A7. Grayscale: #676767. Windows color (decimal): -9345448 or 5793393. OLE color: 5793393.

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

Color convert

RGB11310288-
CMYK00.100.220.56
HSL33.6º12.44%39.41%-
HSV(B)33.6º22.12%44.31%-
XYZ13.3213.7211.18-
YUV103.69119.14134.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.29%
GREEN value IS 102 (40.23% from 255) = 33.66%
BLUE value IS 88 (34.77% from 255) = 29.04%
R=37.29%
G=33.66%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131028800.100.220.5633.612.4439.41
Hex7166580A163822c27
Octal1611461300122670421447
Binary11100011100110101100001010101101110001000101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716658; }

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

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

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

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

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

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

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

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