#756459

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

Shades of Pine Cone #756459

Tints of Pine Cone #756459

Color information

#756459 (or 0x756459) is unknown color: approx Pine Cone. HEX triplet: 75, 64 and 59. RGB value is (117,100,89). Sum of RGB (Red+Green+Blue) = 117+100+89=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 89 (35.16% from 255 or 29.08% from 306); Max value from RGB is 117 - color contains mainly: red. Hex color #756459 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756459 is #8A9BA6. Grayscale: #676767. Windows color (decimal): -9083815 or 5858421. OLE color: 5858421.

HSL color Cylindrical-coordinate representation of color #756459: hue angle of 23.57º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #756459 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB11710089-
CMYK00.150.240.54
HSL23.57º13.59%40.39%-
HSV(B)23.57º23.93%45.88%-
XYZ13.713.6211.36-
YUV103.83119.63137.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.24%
GREEN value IS 100 (39.45% from 255) = 32.68%
BLUE value IS 89 (35.16% from 255) = 29.08%
R=38.24%
G=32.68%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171008900.150.240.5423.5713.5940.39
Hex7564590F183618e28
Octal1651441310173066301650
Binary1110101110010010110010111111000110110110001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756459; }

 p { color: rgb(117,100,89); }

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

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

 a { background-color: rgb(117,100,89); }

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

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

 span { border-color: rgb(117,100,89); }

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