#756659

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

Shades of Pine Cone #756659

Tints of Pine Cone #756659

Color information

#756659 (or 0x756659) is unknown color: approx Pine Cone. HEX triplet: 75, 66 and 59. RGB value is (117,102,89). Sum of RGB (Red+Green+Blue) = 117+102+89=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 89 (35.16% from 255 or 28.90% from 308); Max value from RGB is 117 - color contains mainly: red. Hex color #756659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756659 is #8A99A6. Grayscale: #696969. Windows color (decimal): -9083303 or 5858933. OLE color: 5858933.

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

Color convert

RGB11710289-
CMYK00.130.240.54
HSL27.86º13.59%40.39%-
HSV(B)27.86º23.93%45.88%-
XYZ13.8914.0111.42-
YUV105118.97136.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.99%
GREEN value IS 102 (40.23% from 255) = 33.12%
BLUE value IS 89 (35.16% from 255) = 28.90%
R=37.99%
G=33.12%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171028900.130.240.5427.8613.5940.39
Hex7566590D18361ce28
Octal1651461310153066341650
Binary1110101110011010110010110111000110110111001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756659; }

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

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

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

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

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

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

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

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