#756356

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

Shades of Pine Cone #756356

Tints of Pine Cone #756356

Color information

#756356 (or 0x756356) is unknown color: approx Pine Cone. HEX triplet: 75, 63 and 56. RGB value is (117,99,86). Sum of RGB (Red+Green+Blue) = 117+99+86=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 86 (33.98% from 255 or 28.48% from 302); Max value from RGB is 117 - color contains mainly: red. Hex color #756356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756356 is #8A9CA9. Grayscale: #666666. Windows color (decimal): -9084074 or 5661557. OLE color: 5661557.

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

Color convert

RGB1179986-
CMYK00.150.260.54
HSL25.16º15.27%39.8%-
HSV(B)25.16º26.5%45.88%-
XYZ13.4813.3810.68-
YUV102.9118.46138.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.74%
GREEN value IS 99 (39.06% from 255) = 32.78%
BLUE value IS 86 (33.98% from 255) = 28.48%
R=38.74%
G=32.78%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117998600.150.260.5425.1615.2739.8
Hex7563560F1A3619f28
Octal1651431260173266311750
Binary1110101110001110101100111111010110110110011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756356; }

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

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

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

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

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

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

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

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