#756759

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

Shades of Pine Cone #756759

Tints of Pine Cone #756759

Color information

#756759 (or 0x756759) is unknown color: approx Pine Cone. HEX triplet: 75, 67 and 59. RGB value is (117,103,89). Sum of RGB (Red+Green+Blue) = 117+103+89=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 89 (35.16% from 255 or 28.80% from 309); Max value from RGB is 117 - color contains mainly: red. Hex color #756759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756759 is #8A98A6. Grayscale: #696969. Windows color (decimal): -9083047 or 5859189. OLE color: 5859189.

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

Color convert

RGB11710389-
CMYK00.120.240.54
HSL30º13.59%40.39%-
HSV(B)30º23.93%45.88%-
XYZ13.9914.211.46-
YUV105.59118.64136.14-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.86%
GREEN value IS 103 (40.62% from 255) = 33.33%
BLUE value IS 89 (35.16% from 255) = 28.80%
R=37.86%
G=33.33%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171038900.120.240.543013.5940.39
Hex7567590C18361ee28
Octal1651471310143066361650
Binary1110101110011110110010110011000110110111101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756759; }

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

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

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

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

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

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

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

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