Html Css Color HEX #96604E Spicy Mix

📋 copy color: '#96604E'

red 150 ◦ green 96 ◦ blue 78

#96604E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spicy Mix #96604E

Tints of Spicy Mix #96604E

RGB

 RED value IS 150 (58.98% from 255) = 46.3%

 GREEN value IS 96 (37.89% from 255) = 29.63%

 BLUE value IS 78 (30.86% from 255) = 24.07%

R = 46.3%
G = 29.63%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.41

RGB Variations

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

Color information

#96604E (or 0x96604E) is known color: 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

RGB 150 96 78 -
CMYK 0 0.36 0.48 0.41
HSL 15º 0.32% 0.45% -
HSV(B) 15º 0.48% 0.59% -
XYZ 18.14 15.4 9.22 -
YUV 110.09 109.89 156.46 -
System Red Green Blue C M Y K H S L
Decimal 150 96 78 0 0.36 0.48 0.41 15 0.32 0.45
Hex 96 60 4E 0 24 30 29 F 20 2D
Octal 226 140 116 0 44 60 51 17 40 55
Binary 10010110 1100000 1001110 0 100100 110000 101001 1111 100000 101101

Color Harmonies of #96604E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96604E

Black with #96604E

Text Example


Text Example

White with #96604E

Text Example


Text Example

HTML Codes & Css Web 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>