Html Css Color HEX #966150 Spicy Mix

📋 copy color: '#966150'

red 150 ◦ green 97 ◦ blue 80

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

Shades of Spicy Mix #966150

Tints of Spicy Mix #966150

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.66%

 BLUE value IS 80 (31.64% from 255) = 24.46%

R = 45.87%
G = 29.66%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#966150 (or 0x966150) is known color: Spicy Mix. HEX triplet: 96, 61 and 50. RGB value is (150,97,80). Sum of RGB (Red+Green+Blue) = 150+97+80=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #966150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966150 is #699EAF. Grayscale: #6F6F6F. Windows color (decimal): -6921904 or 5267862. OLE color: 5267862.

HSL color Cylindrical-coordinate representation of color #966150: hue angle of 14.57º degrees, saturation: 0.3, 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 #966150 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 97 80 -
CMYK 0 0.35 0.47 0.41
HSL 14.57º 0.3% 0.45% -
HSV(B) 14.57º 0.47% 0.59% -
XYZ 18.3 15.61 9.64 -
YUV 110.91 110.56 155.88 -
System Red Green Blue C M Y K H S L
Decimal 150 97 80 0 0.35 0.47 0.41 14.57 0.3 0.45
Hex 96 61 50 0 23 2F 29 F 1E 2D
Octal 226 141 120 0 43 57 51 17 36 55
Binary 10010110 1100001 1010000 0 100011 101111 101001 1111 11110 101101

Color Harmonies of #966150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966150

Black with #966150

Text Example


Text Example

White with #966150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966150; }

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

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

background-color css

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

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

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

border-color css

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

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

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