#756558

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

Shades of Pine Cone #756558

Tints of Pine Cone #756558

Color information

#756558 (or 0x756558) is unknown color: approx Pine Cone. HEX triplet: 75, 65 and 58. RGB value is (117,101,88). Sum of RGB (Red+Green+Blue) = 117+101+88=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 88 (34.77% from 255 or 28.76% from 306); Max value from RGB is 117 - color contains mainly: red. Hex color #756558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756558 is #8A9AA7. Grayscale: #686868. Windows color (decimal): -9083560 or 5793141. OLE color: 5793141.

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

Color convert

RGB11710188-
CMYK00.140.250.54
HSL26.9º14.15%40.2%-
HSV(B)26.9º24.79%45.88%-
XYZ13.7513.7911.17-
YUV104.3118.8137.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.24%
GREEN value IS 101 (39.84% from 255) = 33.01%
BLUE value IS 88 (34.77% from 255) = 28.76%
R=38.24%
G=33.01%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171018800.140.250.5426.914.1540.2
Hex7565580E19361be28
Octal1651451300163166331650
Binary1110101110010110110000111011001110110110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756558; }

 p { color: rgb(117,101,88); }

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

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

 a { background-color: rgb(117,101,88); }

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

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

 span { border-color: rgb(117,101,88); }

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