Html Css Color HEX #965D4E Spicy Mix

📋 copy color: '#965D4E'

red 150 ◦ green 93 ◦ blue 78

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

Shades of Spicy Mix #965D4E

Tints of Spicy Mix #965D4E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.97%

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

R = 46.73%
G = 28.97%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.41

RGB Variations

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

Color information

#965D4E (or 0x965D4E) is known color: Spicy Mix. HEX triplet: 96, 5D and 4E. RGB value is (150,93,78). Sum of RGB (Red+Green+Blue) = 150+93+78=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #965D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965D4E is #69A2B1. Grayscale: #6C6C6C. Windows color (decimal): -6922930 or 5135766. OLE color: 5135766.

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

Color convert

RGB 150 93 78 -
CMYK 0 0.38 0.48 0.41
HSL 12.5º 0.32% 0.45% -
HSV(B) 12.5º 0.48% 0.59% -
XYZ 17.87 14.86 9.13 -
YUV 108.33 110.88 157.72 -
System Red Green Blue C M Y K H S L
Decimal 150 93 78 0 0.38 0.48 0.41 12.5 0.32 0.45
Hex 96 5D 4E 0 26 30 29 C 20 2D
Octal 226 135 116 0 46 60 51 14 40 55
Binary 10010110 1011101 1001110 0 100110 110000 101001 1100 100000 101101

Color Harmonies of #965D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965D4E

Black with #965D4E

Text Example


Text Example

White with #965D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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