#926248

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

Shades of Spicy Mix #926248

Tints of Spicy Mix #926248

Color information

#926248 (or 0x926248) is unknown color: approx Spicy Mix. HEX triplet: 92, 62 and 48. RGB value is (146,98,72). Sum of RGB (Red+Green+Blue) = 146+98+72=316 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.20% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 146 - color contains mainly: red. Hex color #926248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926248 is #6D9DB7. Grayscale: #6D6D6D. Windows color (decimal): -7183800 or 4743826. OLE color: 4743826.

HSL color Cylindrical-coordinate representation of color #926248: hue angle of 21.08º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #926248 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB1469872-
CMYK00.330.510.43
HSL21.08º33.94%42.75%-
HSV(B)21.08º50.68%57.25%-
XYZ17.3915.318.17-
YUV109.39106.9154.11-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.20%
GREEN value IS 98 (38.67% from 255) = 31.01%
BLUE value IS 72 (28.52% from 255) = 22.78%
R=46.20%
G=31.01%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146987200.330.510.4321.0833.9442.75
Hex926248021332B15222b
Octal2221421100416353254253
Binary1001001011000101001000010000111001110101110101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926248; }

 p { color: rgb(146,98,72); }

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

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

 a { background-color: rgb(146,98,72); }

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

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

 span { border-color: rgb(146,98,72); }

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