#90624E

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

Shades of Spicy Mix #90624E

Tints of Spicy Mix #90624E

Color information

#90624E (or 0x90624E) is unknown color: approx Spicy Mix. HEX triplet: 90, 62 and 4E. RGB value is (144,98,78). Sum of RGB (Red+Green+Blue) = 144+98+78=320 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 144 - color contains mainly: red. Hex color #90624E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90624E is #6F9DB1. Grayscale: #6D6D6D. Windows color (decimal): -7314866 or 5137040. OLE color: 5137040.

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

Color convert

RGB1449878-
CMYK00.320.460.44
HSL18.18º29.73%43.53%-
HSV(B)18.18º45.83%56.47%-
XYZ17.2415.219.24-
YUV109.47110.24152.63-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45%
GREEN value IS 98 (38.67% from 255) = 30.62%
BLUE value IS 78 (30.86% from 255) = 24.38%
R=45%
G=30.62%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144987800.320.460.4418.1829.7343.53
Hex90624E0202E2C121e2c
Octal2201421160405654223654
Binary100100001100010100111001000001011101011001001011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90624E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90624E; }

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

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

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

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

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

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

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

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