#846150

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

Shades of Spicy Mix #846150

Tints of Spicy Mix #846150

Color information

#846150 (or 0x846150) is unknown color: approx Spicy Mix. HEX triplet: 84, 61 and 50. RGB value is (132,97,80). Sum of RGB (Red+Green+Blue) = 132+97+80=309 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.72% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 132 - color contains mainly: red. Hex color #846150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846150 is #7B9EAF. Grayscale: #696969. Windows color (decimal): -8101552 or 5267844. OLE color: 5267844.

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

Color convert

RGB1329780-
CMYK00.270.390.48
HSL19.62º24.53%41.57%-
HSV(B)19.62º39.39%51.76%-
XYZ15.2414.039.5-
YUV105.53113.6146.88-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.72%
GREEN value IS 97 (38.28% from 255) = 31.39%
BLUE value IS 80 (31.64% from 255) = 25.89%
R=42.72%
G=31.39%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132978000.270.390.4819.6224.5341.57
Hex84615001B273014192a
Octal2041411200334760243152
Binary10000100110000110100000110111001111100001010011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846150; }

 p { color: rgb(132,97,80); }

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

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

 a { background-color: rgb(132,97,80); }

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

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

 span { border-color: rgb(132,97,80); }

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