#756355

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

Shades of Pine Cone #756355

Tints of Pine Cone #756355

Color information

#756355 (or 0x756355) is unknown color: approx Pine Cone. HEX triplet: 75, 63 and 55. RGB value is (117,99,85). Sum of RGB (Red+Green+Blue) = 117+99+85=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 117 - color contains mainly: red. Hex color #756355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756355 is #8A9CAA. Grayscale: #666666. Windows color (decimal): -9084075 or 5596021. OLE color: 5596021.

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

Color convert

RGB1179985-
CMYK00.150.270.54
HSL26.25º15.84%39.61%-
HSV(B)26.25º27.35%45.88%-
XYZ13.4413.3610.47-
YUV102.79117.96138.14-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.87%
GREEN value IS 99 (39.06% from 255) = 32.89%
BLUE value IS 85 (33.59% from 255) = 28.24%
R=38.87%
G=32.89%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117998500.150.270.5426.2515.8439.61
Hex7563550F1B361a1028
Octal1651431250173366322050
Binary11101011100011101010101111110111101101101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756355; }

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

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

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

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

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

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

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

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