#846153

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

Shades of Spicy Mix #846153

Tints of Spicy Mix #846153

Color information

#846153 (or 0x846153) is unknown color: approx Spicy Mix. HEX triplet: 84, 61 and 53. RGB value is (132,97,83). Sum of RGB (Red+Green+Blue) = 132+97+83=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 83 (32.81% from 255 or 26.60% from 312); Max value from RGB is 132 - color contains mainly: red. Hex color #846153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846153 is #7B9EAC. Grayscale: #696969. Windows color (decimal): -8101549 or 5464452. OLE color: 5464452.

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

Color convert

RGB1329783-
CMYK00.270.370.48
HSL17.14º22.79%42.16%-
HSV(B)17.14º37.12%51.76%-
XYZ15.3514.0810.09-
YUV105.87115.1146.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.31%
GREEN value IS 97 (38.28% from 255) = 31.09%
BLUE value IS 83 (32.81% from 255) = 26.60%
R=42.31%
G=31.09%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132978300.270.370.4817.1422.7942.16
Hex84615301B253011172a
Octal2041411230334560212752
Binary10000100110000110100110110111001011100001000110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846153; }

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

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

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

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

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

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

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

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