#756255

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

Shades of Pine Cone #756255

Tints of Pine Cone #756255

Color information

#756255 (or 0x756255) is unknown color: approx Pine Cone. HEX triplet: 75, 62 and 55. RGB value is (117,98,85). Sum of RGB (Red+Green+Blue) = 117+98+85=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 117 - color contains mainly: red. Hex color #756255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756255 is #8A9DAA. Grayscale: #666666. Windows color (decimal): -9084331 or 5595765. OLE color: 5595765.

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

Color convert

RGB1179885-
CMYK00.160.270.54
HSL24.38º15.84%39.61%-
HSV(B)24.38º27.35%45.88%-
XYZ13.3413.1710.43-
YUV102.2118.29138.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39%
GREEN value IS 98 (38.67% from 255) = 32.67%
BLUE value IS 85 (33.59% from 255) = 28.33%
R=39%
G=32.67%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117988500.160.270.5424.3815.8439.61
Hex7562550101B36181028
Octal1651421250203366302050
Binary111010111000101010101010000110111101101100010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756255; }

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

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

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

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

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

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

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

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