#956152

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

Shades of Spicy Mix #956152

Tints of Spicy Mix #956152

Color information

#956152 (or 0x956152) is unknown color: approx Spicy Mix. HEX triplet: 95, 61 and 52. RGB value is (149,97,82). Sum of RGB (Red+Green+Blue) = 149+97+82=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #956152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956152 is #6A9EAD. Grayscale: #6E6E6E. Windows color (decimal): -6987438 or 5398933. OLE color: 5398933.

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

Color convert

RGB1499782-
CMYK00.350.450.42
HSL13.43º29%45.29%-
HSV(B)13.43º44.97%58.43%-
XYZ18.1915.5510.02-
YUV110.84111.73155.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.43%
GREEN value IS 97 (38.28% from 255) = 29.57%
BLUE value IS 82 (32.42% from 255) = 25%
R=45.43%
G=29.57%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149978200.350.450.4213.432945.29
Hex9561520232D2Ad1d2d
Octal2251411220435552153555
Binary10010101110000110100100100011101101101010110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956152; }

 p { color: rgb(149,97,82); }

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

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

 a { background-color: rgb(149,97,82); }

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

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

 span { border-color: rgb(149,97,82); }

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