#84604C

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

Shades of Spicy Mix #84604C

Tints of Spicy Mix #84604C

Color information

#84604C (or 0x84604C) is unknown color: approx Spicy Mix. HEX triplet: 84, 60 and 4C. RGB value is (132,96,76). Sum of RGB (Red+Green+Blue) = 132+96+76=304 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.42% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 132 - color contains mainly: red. Hex color #84604C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84604C is #7B9FB3. Grayscale: #686868. Windows color (decimal): -8101812 or 5005444. OLE color: 5005444.

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

Color convert

RGB1329676-
CMYK00.270.420.48
HSL21.43º26.92%40.78%-
HSV(B)21.43º42.42%51.76%-
XYZ1513.798.71-
YUV104.48111.93147.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.42%
GREEN value IS 96 (37.89% from 255) = 31.58%
BLUE value IS 76 (30.08% from 255) = 25%
R=43.42%
G=31.58%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132967600.270.420.4821.4326.9240.78
Hex84604C01B2A30151b29
Octal2041401140335260253351
Binary10000100110000010011000110111010101100001010111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84604C; }

 p { color: rgb(132,96,76); }

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

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

 a { background-color: rgb(132,96,76); }

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

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

 span { border-color: rgb(132,96,76); }

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