#965E4A

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

Shades of Spicy Mix #965E4A

Tints of Spicy Mix #965E4A

Color information

#965E4A (or 0x965E4A) is unknown color: approx Spicy Mix. HEX triplet: 96, 5E and 4A. RGB value is (150,94,74). Sum of RGB (Red+Green+Blue) = 150+94+74=318 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.17% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 150 - color contains mainly: red. Hex color #965E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965E4A is #69A1B5. Grayscale: #6C6C6C. Windows color (decimal): -6922678 or 4873878. OLE color: 4873878.

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

Color convert

RGB1509474-
CMYK00.370.510.41
HSL15.79º33.93%43.92%-
HSV(B)15.79º50.67%58.82%-
XYZ17.8214.988.43-
YUV108.46108.55157.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.17%
GREEN value IS 94 (37.11% from 255) = 29.56%
BLUE value IS 74 (29.30% from 255) = 23.27%
R=47.17%
G=29.56%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150947400.370.510.4115.7933.9343.92
Hex965E4A025332910222c
Octal2261361120456351204254
Binary1001011010111101001010010010111001110100110000100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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