#916255

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

Shades of Spicy Mix #916255

Tints of Spicy Mix #916255

Color information

#916255 (or 0x916255) is unknown color: approx Spicy Mix. HEX triplet: 91, 62 and 55. RGB value is (145,98,85). Sum of RGB (Red+Green+Blue) = 145+98+85=328 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.21% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 145 - color contains mainly: red. Hex color #916255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916255 is #6E9DAA. Grayscale: #6E6E6E. Windows color (decimal): -7249323 or 5595793. OLE color: 5595793.

HSL color Cylindrical-coordinate representation of color #916255: hue angle of 13º 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 #916255 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.43.

Color convert

RGB1459885-
CMYK00.320.410.43
HSL13º26.09%45.1%-
HSV(B)13º41.38%56.86%-
XYZ17.6815.4110.64-
YUV110.57113.57152.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.21%
GREEN value IS 98 (38.67% from 255) = 29.88%
BLUE value IS 85 (33.59% from 255) = 25.91%
R=44.21%
G=29.88%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145988500.320.410.431326.0945.1
Hex916255020292Bd1a2d
Octal2211421250405153153255
Binary10010001110001010101010100000101001101011110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916255; }

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

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

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

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

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

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

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

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