#95604D

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

Shades of Spicy Mix #95604D

Tints of Spicy Mix #95604D

Color information

#95604D (or 0x95604D) is unknown color: approx Spicy Mix. HEX triplet: 95, 60 and 4D. RGB value is (149,96,77). Sum of RGB (Red+Green+Blue) = 149+96+77=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #95604D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95604D is #6A9FB2. Grayscale: #6D6D6D. Windows color (decimal): -6987699 or 5070997. OLE color: 5070997.

HSL color Cylindrical-coordinate representation of color #95604D: hue angle of 15.83º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95604D is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB1499677-
CMYK00.360.480.42
HSL15.83º31.86%44.31%-
HSV(B)15.83º48.32%58.43%-
XYZ17.9215.299.03-
YUV109.68109.56156.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.27%
GREEN value IS 96 (37.89% from 255) = 29.81%
BLUE value IS 77 (30.47% from 255) = 23.91%
R=46.27%
G=29.81%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149967700.360.480.4215.8331.8644.31
Hex95604D024302A10202c
Octal2251401150446052204054
Binary1001010111000001001101010010011000010101010000100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95604D; }

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

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

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

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

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

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

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

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