#906255

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

Shades of Spicy Mix #906255

Tints of Spicy Mix #906255

Color information

#906255 (or 0x906255) is unknown color: approx Spicy Mix. HEX triplet: 90, 62 and 55. RGB value is (144,98,85). Sum of RGB (Red+Green+Blue) = 144+98+85=327 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.04% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 144 - color contains mainly: red. Hex color #906255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906255 is #6F9DAA. Grayscale: #6E6E6E. Windows color (decimal): -7314859 or 5595792. OLE color: 5595792.

HSL color Cylindrical-coordinate representation of color #906255: hue angle of 13.22º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #906255 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.44.

Color convert

RGB1449885-
CMYK00.320.410.44
HSL13.22º25.76%44.9%-
HSV(B)13.22º40.97%56.47%-
XYZ17.5115.3210.63-
YUV110.27113.74152.06-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.04%
GREEN value IS 98 (38.67% from 255) = 29.97%
BLUE value IS 85 (33.59% from 255) = 25.99%
R=44.04%
G=29.97%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144988500.320.410.4413.2225.7644.9
Hex906255020292Cd1a2d
Octal2201421250405154153255
Binary10010000110001010101010100000101001101100110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906255; }

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

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

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

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

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

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

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

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