#756555

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

Shades of Pine Cone #756555

Tints of Pine Cone #756555

Color information

#756555 (or 0x756555) is unknown color: approx Pine Cone. HEX triplet: 75, 65 and 55. RGB value is (117,101,85). Sum of RGB (Red+Green+Blue) = 117+101+85=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 85 (33.59% from 255 or 28.05% from 303); Max value from RGB is 117 - color contains mainly: red. Hex color #756555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756555 is #8A9AAA. Grayscale: #686868. Windows color (decimal): -9083563 or 5596533. OLE color: 5596533.

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

Color convert

RGB11710185-
CMYK00.140.270.54
HSL30º15.84%39.61%-
HSV(B)30º27.35%45.88%-
XYZ13.6313.7510.53-
YUV103.96117.3137.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.61%
GREEN value IS 101 (39.84% from 255) = 33.33%
BLUE value IS 85 (33.59% from 255) = 28.05%
R=38.61%
G=33.33%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171018500.140.270.543015.8439.61
Hex7565550E1B361e1028
Octal1651451250163366362050
Binary11101011100101101010101110110111101101111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756555; }

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

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

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

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

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

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

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

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