#96604E

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

Shades of Spicy Mix #96604E

Tints of Spicy Mix #96604E

Color information

#96604E (or 0x96604E) is unknown color: approx Spicy Mix. HEX triplet: 96, 60 and 4E. RGB value is (150,96,78). Sum of RGB (Red+Green+Blue) = 150+96+78=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #96604E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96604E is #699FB1. Grayscale: #6E6E6E. Windows color (decimal): -6922162 or 5136534. OLE color: 5136534.

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

Color convert

RGB1509678-
CMYK00.360.480.41
HSL15º31.58%44.71%-
HSV(B)15º48%58.82%-
XYZ18.1415.49.22-
YUV110.09109.89156.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.30%
GREEN value IS 96 (37.89% from 255) = 29.63%
BLUE value IS 78 (30.86% from 255) = 24.07%
R=46.30%
G=29.63%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150967800.360.480.411531.5844.71
Hex96604E0243029f202d
Octal2261401160446051174055
Binary100101101100000100111001001001100001010011111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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