#716458

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

Shades of Pine Cone #716458

Tints of Pine Cone #716458

Color information

#716458 (or 0x716458) is unknown color: approx Pine Cone. HEX triplet: 71, 64 and 58. RGB value is (113,100,88). Sum of RGB (Red+Green+Blue) = 113+100+88=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 113 - color contains mainly: red. Hex color #716458 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716458 is #8E9BA7. Grayscale: #666666. Windows color (decimal): -9345960 or 5792881. OLE color: 5792881.

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

Color convert

RGB11310088-
CMYK00.120.220.56
HSL28.8º12.44%39.41%-
HSV(B)28.8º22.12%44.31%-
XYZ13.1313.3311.11-
YUV102.52119.81135.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.54%
GREEN value IS 100 (39.45% from 255) = 33.22%
BLUE value IS 88 (34.77% from 255) = 29.24%
R=37.54%
G=33.22%
B=29.24%

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
Decimal1131008800.120.220.5628.812.4439.41
Hex7164580C16381dc27
Octal1611441300142670351447
Binary1110001110010010110000110010110111000111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716458; }

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

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

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

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

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

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

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

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