#965D4E

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

Shades of Spicy Mix #965D4E

Tints of Spicy Mix #965D4E

Color information

#965D4E (or 0x965D4E) is unknown color: approx 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

RGB1509378-
CMYK00.380.480.41
HSL12.5º31.58%44.71%-
HSV(B)12.5º48%58.82%-
XYZ17.8714.869.13-
YUV108.33110.88157.72-

RGB Variations

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

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.30%
R=46.73%
G=28.97%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150937800.380.480.4112.531.5844.71
Hex965D4E0263029d202d
Octal2261351160466051154055
Binary100101101011101100111001001101100001010011101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>