#915F55

Color #915F55 Spicy Mix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Mix #915F55

Tints of Spicy Mix #915F55

Color information

#915F55 (or 0x915F55) is unknown color: approx Spicy Mix. HEX triplet: 91, 5F and 55. RGB value is (145,95,85). Sum of RGB (Red+Green+Blue) = 145+95+85=325 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.62% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 145 - color contains mainly: red. Hex color #915F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915F55 is #6EA0AA. Grayscale: #6C6C6C. Windows color (decimal): -7250091 or 5595025. OLE color: 5595025.

HSL color Cylindrical-coordinate representation of color #915F55: hue angle of 10º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #915F55 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.43.

Color convert

RGB1459585-
CMYK00.340.410.43
HSL10º26.09%45.1%-
HSV(B)10º41.38%56.86%-
XYZ17.4114.8610.55-
YUV108.81114.56153.81-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.62%
GREEN value IS 95 (37.5% from 255) = 29.23%
BLUE value IS 85 (33.59% from 255) = 26.15%
R=44.62%
G=29.23%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145958500.340.410.431026.0945.1
Hex915F55022292Ba1a2d
Octal2211371250425153123255
Binary10010001101111110101010100010101001101011101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915F55; }

 p { color: rgb(145,95,85); }

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

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

 a { background-color: rgb(145,95,85); }

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

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

 span { border-color: rgb(145,95,85); }

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