#965F4E

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

Shades of Spicy Mix #965F4E

Tints of Spicy Mix #965F4E

Color information

#965F4E (or 0x965F4E) is unknown color: approx Spicy Mix. HEX triplet: 96, 5F and 4E. RGB value is (150,95,78). Sum of RGB (Red+Green+Blue) = 150+95+78=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #965F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965F4E is #69A0B1. Grayscale: #6D6D6D. Windows color (decimal): -6922418 or 5136278. OLE color: 5136278.

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

Color convert

RGB1509578-
CMYK00.370.480.41
HSL14.17º31.58%44.71%-
HSV(B)14.17º48%58.82%-
XYZ18.0515.229.19-
YUV109.51110.22156.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.44%
GREEN value IS 95 (37.5% from 255) = 29.41%
BLUE value IS 78 (30.86% from 255) = 24.15%
R=46.44%
G=29.41%
B=24.15%

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
Decimal150957800.370.480.4114.1731.5844.71
Hex965F4E0253029e202d
Octal2261371160456051164055
Binary100101101011111100111001001011100001010011110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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