#756856

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

Shades of Pine Cone #756856

Tints of Pine Cone #756856

Color information

#756856 (or 0x756856) is unknown color: approx Pine Cone. HEX triplet: 75, 68 and 56. RGB value is (117,104,86). Sum of RGB (Red+Green+Blue) = 117+104+86=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 86 (33.98% from 255 or 28.01% from 307); Max value from RGB is 117 - color contains mainly: red. Hex color #756856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756856 is #8A97A9. Grayscale: #696969. Windows color (decimal): -9082794 or 5662837. OLE color: 5662837.

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

Color convert

RGB11710486-
CMYK00.110.260.54
HSL34.84º15.27%39.8%-
HSV(B)34.84º26.5%45.88%-
XYZ13.9714.3510.84-
YUV105.84116.81135.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.11%
GREEN value IS 104 (41.02% from 255) = 33.88%
BLUE value IS 86 (33.98% from 255) = 28.01%
R=38.11%
G=33.88%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171048600.110.260.5434.8415.2739.8
Hex7568560B1A3623f28
Octal1651501260133266431750
Binary11101011101000101011001011110101101101000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756856; }

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

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

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

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

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

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

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

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