#846254

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

Shades of Spicy Mix #846254

Tints of Spicy Mix #846254

Color information

#846254 (or 0x846254) is unknown color: approx Spicy Mix. HEX triplet: 84, 62 and 54. RGB value is (132,98,84). Sum of RGB (Red+Green+Blue) = 132+98+84=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 84 (33.20% from 255 or 26.75% from 314); Max value from RGB is 132 - color contains mainly: red. Hex color #846254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846254 is #7B9DAB. Grayscale: #6A6A6A. Windows color (decimal): -8101292 or 5530244. OLE color: 5530244.

HSL color Cylindrical-coordinate representation of color #846254: hue angle of 17.5º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #846254 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB1329884-
CMYK00.260.360.48
HSL17.5º22.22%42.35%-
HSV(B)17.5º36.36%51.76%-
XYZ15.4814.2810.33-
YUV106.57115.26146.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.04%
GREEN value IS 98 (38.67% from 255) = 31.21%
BLUE value IS 84 (33.20% from 255) = 26.75%
R=42.04%
G=31.21%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132988400.260.360.4817.522.2242.35
Hex84625401A243012162a
Octal2041421240324460222652
Binary10000100110001010101000110101001001100001001010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846254; }

 p { color: rgb(132,98,84); }

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

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

 a { background-color: rgb(132,98,84); }

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

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

 span { border-color: rgb(132,98,84); }

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