#906050

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

Shades of Spicy Mix #906050

Tints of Spicy Mix #906050

Color information

#906050 (or 0x906050) is unknown color: approx Spicy Mix. HEX triplet: 90, 60 and 50. RGB value is (144,96,80). Sum of RGB (Red+Green+Blue) = 144+96+80=320 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 144 - color contains mainly: red. Hex color #906050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906050 is #6F9FAF. Grayscale: #6C6C6C. Windows color (decimal): -7315376 or 5267600. OLE color: 5267600.

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

Color convert

RGB1449680-
CMYK00.330.440.44
HSL15º28.57%43.92%-
HSV(B)15º44.44%56.47%-
XYZ17.1314.879.56-
YUV108.53111.9153.3-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45%
GREEN value IS 96 (37.89% from 255) = 30%
BLUE value IS 80 (31.64% from 255) = 25%
R=45%
G=30%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144968000.330.440.441528.5743.92
Hex9060500212C2Cf1d2c
Octal2201401200415454173554
Binary10010000110000010100000100001101100101100111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906050; }

 p { color: rgb(144,96,80); }

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

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

 a { background-color: rgb(144,96,80); }

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

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

 span { border-color: rgb(144,96,80); }

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