#965E4D

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

Shades of Spicy Mix #965E4D

Tints of Spicy Mix #965E4D

Color information

#965E4D (or 0x965E4D) is unknown color: approx Spicy Mix. HEX triplet: 96, 5E and 4D. RGB value is (150,94,77). Sum of RGB (Red+Green+Blue) = 150+94+77=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #965E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965E4D is #69A1B2. Grayscale: #6C6C6C. Windows color (decimal): -6922675 or 5070486. OLE color: 5070486.

HSL color Cylindrical-coordinate representation of color #965E4D: hue angle of 13.97º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #965E4D is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB1509477-
CMYK00.370.490.41
HSL13.97º32.16%44.51%-
HSV(B)13.97º48.67%58.82%-
XYZ17.9215.038.98-
YUV108.81110.05157.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.73%
GREEN value IS 94 (37.11% from 255) = 29.28%
BLUE value IS 77 (30.47% from 255) = 23.99%
R=46.73%
G=29.28%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150947700.370.490.4113.9732.1644.51
Hex965E4D0253129e202d
Octal2261361150456151164055
Binary100101101011110100110101001011100011010011110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,94,77); }

 H1.HeaderClassName
 {
   color: #965E4D;
 }
 .AnyTagClassName
 {
   color: #965E4D;
 }
</style>
background-color css

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

 a { background-color: rgb(150,94,77); }

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

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

 span { border-color: rgb(150,94,77); }

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