#96614E

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

Shades of Spicy Mix #96614E

Tints of Spicy Mix #96614E

Color information

#96614E (or 0x96614E) is unknown color: approx Spicy Mix. HEX triplet: 96, 61 and 4E. RGB value is (150,97,78). Sum of RGB (Red+Green+Blue) = 150+97+78=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #96614E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96614E is #699EB1. Grayscale: #6E6E6E. Windows color (decimal): -6921906 or 5136790. OLE color: 5136790.

HSL color Cylindrical-coordinate representation of color #96614E: hue angle of 15.83º 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 #96614E is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB1509778-
CMYK00.350.480.41
HSL15.83º31.58%44.71%-
HSV(B)15.83º48%58.82%-
XYZ18.2315.589.25-
YUV110.68109.56156.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.15%
GREEN value IS 97 (38.28% from 255) = 29.85%
BLUE value IS 78 (30.86% from 255) = 24%
R=46.15%
G=29.85%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150977800.350.480.4115.8331.5844.71
Hex96614E023302910202d
Octal2261411160436051204055
Binary1001011011000011001110010001111000010100110000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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