#965E4E

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

Shades of Spicy Mix #965E4E

Tints of Spicy Mix #965E4E

Color information

#965E4E (or 0x965E4E) is unknown color: approx Spicy Mix. HEX triplet: 96, 5E and 4E. RGB value is (150,94,78). Sum of RGB (Red+Green+Blue) = 150+94+78=322 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.58% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 150 - color contains mainly: red. Hex color #965E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965E4E is #69A1B1. Grayscale: #6D6D6D. Windows color (decimal): -6922674 or 5136022. OLE color: 5136022.

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

Color convert

RGB1509478-
CMYK00.370.480.41
HSL13.33º31.58%44.71%-
HSV(B)13.33º48%58.82%-
XYZ17.9615.049.16-
YUV108.92110.55157.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.58%
GREEN value IS 94 (37.11% from 255) = 29.19%
BLUE value IS 78 (30.86% from 255) = 24.22%
R=46.58%
G=29.19%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150947800.370.480.4113.3331.5844.71
Hex965E4E0253029d202d
Octal2261361160456051154055
Binary100101101011110100111001001011100001010011101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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