#756656

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

Shades of Pine Cone #756656

Tints of Pine Cone #756656

Color information

#756656 (or 0x756656) is unknown color: approx Pine Cone. HEX triplet: 75, 66 and 56. RGB value is (117,102,86). Sum of RGB (Red+Green+Blue) = 117+102+86=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 117 - color contains mainly: red. Hex color #756656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756656 is #8A99A9. Grayscale: #686868. Windows color (decimal): -9083306 or 5662325. OLE color: 5662325.

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

Color convert

RGB11710286-
CMYK00.130.260.54
HSL30.97º15.27%39.8%-
HSV(B)30.97º26.5%45.88%-
XYZ13.7713.9610.77-
YUV104.66117.47136.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.36%
GREEN value IS 102 (40.23% from 255) = 33.44%
BLUE value IS 86 (33.98% from 255) = 28.20%
R=38.36%
G=33.44%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171028600.130.260.5430.9715.2739.8
Hex7566560D1A361ff28
Octal1651461260153266371750
Binary1110101110011010101100110111010110110111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756656; }

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

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

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

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

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

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

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

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