#756859

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

Shades of Pine Cone #756859

Tints of Pine Cone #756859

Color information

#756859 (or 0x756859) is unknown color: approx Pine Cone. HEX triplet: 75, 68 and 59. RGB value is (117,104,89). Sum of RGB (Red+Green+Blue) = 117+104+89=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 89 (35.16% from 255 or 28.71% from 310); Max value from RGB is 117 - color contains mainly: red. Hex color #756859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756859 is #8A97A6. Grayscale: #6A6A6A. Windows color (decimal): -9082791 or 5859445. OLE color: 5859445.

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

Color convert

RGB11710489-
CMYK00.110.240.54
HSL32.14º13.59%40.39%-
HSV(B)32.14º23.93%45.88%-
XYZ14.0914.411.49-
YUV106.18118.31135.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.74%
GREEN value IS 104 (41.02% from 255) = 33.55%
BLUE value IS 89 (35.16% from 255) = 28.71%
R=37.74%
G=33.55%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171048900.110.240.5432.1413.5940.39
Hex7568590B183620e28
Octal1651501310133066401650
Binary11101011101000101100101011110001101101000001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756859; }

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

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

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

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

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

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

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

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