#956050

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

Shades of Spicy Mix #956050

Tints of Spicy Mix #956050

Color information

#956050 (or 0x956050) is unknown color: approx Spicy Mix. HEX triplet: 95, 60 and 50. RGB value is (149,96,80). Sum of RGB (Red+Green+Blue) = 149+96+80=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #956050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956050 is #6A9FAF. Grayscale: #6E6E6E. Windows color (decimal): -6987696 or 5267605. OLE color: 5267605.

HSL color Cylindrical-coordinate representation of color #956050: hue angle of 13.91º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #956050 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB1499680-
CMYK00.360.460.42
HSL13.91º30.13%44.9%-
HSV(B)13.91º46.31%58.43%-
XYZ18.0315.339.6-
YUV110.02111.06155.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.85%
GREEN value IS 96 (37.89% from 255) = 29.54%
BLUE value IS 80 (31.64% from 255) = 24.62%
R=45.85%
G=29.54%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149968000.360.460.4213.9130.1344.9
Hex9560500242E2Ae1e2d
Octal2251401200445652163655
Binary10010101110000010100000100100101110101010111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956050; }

 p { color: rgb(149,96,80); }

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

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

 a { background-color: rgb(149,96,80); }

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

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

 span { border-color: rgb(149,96,80); }

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