Html Css Color HEX #966051 Spicy Mix

📋 copy color: '#966051'

red 150 ◦ green 96 ◦ blue 81

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

Shades of Spicy Mix #966051

Tints of Spicy Mix #966051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 24.77%

R = 45.87%
G = 29.36%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#966051 (or 0x966051) is known color: Spicy Mix. HEX triplet: 96, 60 and 51. RGB value is (150,96,81). Sum of RGB (Red+Green+Blue) = 150+96+81=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 81 (32.03% from 255 or 24.77% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #966051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966051 is #699FAE. Grayscale: #6E6E6E. Windows color (decimal): -6922159 or 5333142. OLE color: 5333142.

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

Color convert

RGB 150 96 81 -
CMYK 0 0.36 0.46 0.41
HSL 13.04º 0.3% 0.45% -
HSV(B) 13.04º 0.46% 0.59% -
XYZ 18.25 15.44 9.8 -
YUV 110.44 111.39 156.22 -
System Red Green Blue C M Y K H S L
Decimal 150 96 81 0 0.36 0.46 0.41 13.04 0.3 0.45
Hex 96 60 51 0 24 2E 29 D 1E 2D
Octal 226 140 121 0 44 56 51 15 36 55
Binary 10010110 1100000 1010001 0 100100 101110 101001 1101 11110 101101

Color Harmonies of #966051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966051

Black with #966051

Text Example


Text Example

White with #966051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966051; }

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

 H1.HeaderClassName
 {
   color: #966051;
 }
 .AnyTagClassName
 {
   color: #966051;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #966051;
 }
 .BgClassName
 {
   background-color: #966051;
 }
</style>

border-color css

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

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

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