#906253

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

Shades of Spicy Mix #906253

Tints of Spicy Mix #906253

Color information

#906253 (or 0x906253) is unknown color: approx Spicy Mix. HEX triplet: 90, 62 and 53. RGB value is (144,98,83). Sum of RGB (Red+Green+Blue) = 144+98+83=325 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.31% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 144 - color contains mainly: red. Hex color #906253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906253 is #6F9DAC. Grayscale: #6E6E6E. Windows color (decimal): -7314861 or 5464720. OLE color: 5464720.

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

Color convert

RGB1449883-
CMYK00.320.420.44
HSL14.75º26.87%44.51%-
HSV(B)14.75º42.36%56.47%-
XYZ17.4315.2910.22-
YUV110.04112.74152.22-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.31%
GREEN value IS 98 (38.67% from 255) = 30.15%
BLUE value IS 83 (32.81% from 255) = 25.54%
R=44.31%
G=30.15%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144988300.320.420.4414.7526.8744.51
Hex9062530202A2Cf1b2d
Octal2201421230405254173355
Binary10010000110001010100110100000101010101100111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906253; }

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

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

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

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

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

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

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

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