#756150

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

Shades of Pine Cone #756150

Tints of Pine Cone #756150

Color information

#756150 (or 0x756150) is unknown color: approx Pine Cone. HEX triplet: 75, 61 and 50. RGB value is (117,97,80). Sum of RGB (Red+Green+Blue) = 117+97+80=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 117 - color contains mainly: red. Hex color #756150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756150 is #8A9EAF. Grayscale: #656565. Windows color (decimal): -9084592 or 5267829. OLE color: 5267829.

HSL color Cylindrical-coordinate representation of color #756150: hue angle of 27.57º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #756150 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB1179780-
CMYK00.170.320.54
HSL27.57º18.78%38.63%-
HSV(B)27.57º31.62%45.88%-
XYZ13.0612.919.39-
YUV101.04116.13139.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.80%
GREEN value IS 97 (38.28% from 255) = 32.99%
BLUE value IS 80 (31.64% from 255) = 27.21%
R=39.80%
G=32.99%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117978000.170.320.5427.5718.7838.63
Hex75615001120361c1327
Octal1651411200214066342347
Binary1110101110000110100000100011000001101101110010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756150; }

 p { color: rgb(117,97,80); }

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

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

 a { background-color: rgb(117,97,80); }

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

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

 span { border-color: rgb(117,97,80); }

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