#96604B

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

Shades of Spicy Mix #96604B

Tints of Spicy Mix #96604B

Color information

#96604B (or 0x96604B) is unknown color: approx Spicy Mix. HEX triplet: 96, 60 and 4B. RGB value is (150,96,75). Sum of RGB (Red+Green+Blue) = 150+96+75=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #96604B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96604B is #699FB4. Grayscale: #6D6D6D. Windows color (decimal): -6922165 or 4939926. OLE color: 4939926.

HSL color Cylindrical-coordinate representation of color #96604B: hue angle of 16.8º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #96604B is Cyan = 0, Magento = 0.36, Yellow = 0.5 and Black (K on CMYK) = 0.41.

Color convert

RGB1509675-
CMYK00.360.50.41
HSL16.8º33.33%44.12%-
HSV(B)16.8º50%58.82%-
XYZ18.0315.368.67-
YUV109.75108.39156.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.73%
GREEN value IS 96 (37.89% from 255) = 29.91%
BLUE value IS 75 (29.69% from 255) = 23.36%
R=46.73%
G=29.91%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.5
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150967500.360.50.4116.833.3344.12
Hex96604B024322911212c
Octal2261401130446251214154
Binary1001011011000001001011010010011001010100110001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96604B; }

 p { color: rgb(150,96,75); }

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

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

 a { background-color: rgb(150,96,75); }

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

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

 span { border-color: rgb(150,96,75); }

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