#96614F

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

Shades of Spicy Mix #96614F

Tints of Spicy Mix #96614F

Color information

#96614F (or 0x96614F) is unknown color: approx Spicy Mix. HEX triplet: 96, 61 and 4F. RGB value is (150,97,79). Sum of RGB (Red+Green+Blue) = 150+97+79=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #96614F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96614F is #699EB0. Grayscale: #6E6E6E. Windows color (decimal): -6921905 or 5202326. OLE color: 5202326.

HSL color Cylindrical-coordinate representation of color #96614F: hue angle of 15.21º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #96614F is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB1509779-
CMYK00.350.470.41
HSL15.21º31%44.9%-
HSV(B)15.21º47.33%58.82%-
XYZ18.2615.69.45-
YUV110.8110.06155.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.01%
GREEN value IS 97 (38.28% from 255) = 29.75%
BLUE value IS 79 (31.25% from 255) = 24.23%
R=46.01%
G=29.75%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150977900.350.470.4115.213144.9
Hex96614F0232F29f1f2d
Octal2261411170435751173755
Binary10010110110000110011110100011101111101001111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96614F; }

 p { color: rgb(150,97,79); }

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

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

 a { background-color: rgb(150,97,79); }

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

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

 span { border-color: rgb(150,97,79); }

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