#95604E

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

Shades of Spicy Mix #95604E

Tints of Spicy Mix #95604E

Color information

#95604E (or 0x95604E) is unknown color: approx Spicy Mix. HEX triplet: 95, 60 and 4E. RGB value is (149,96,78). Sum of RGB (Red+Green+Blue) = 149+96+78=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #95604E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95604E is #6A9FB1. Grayscale: #6D6D6D. Windows color (decimal): -6987698 or 5136533. OLE color: 5136533.

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

Color convert

RGB1499678-
CMYK00.360.480.42
HSL15.21º31.28%44.51%-
HSV(B)15.21º47.65%58.43%-
XYZ17.9515.319.22-
YUV109.79110.06155.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.13%
GREEN value IS 96 (37.89% from 255) = 29.72%
BLUE value IS 78 (30.86% from 255) = 24.15%
R=46.13%
G=29.72%
B=24.15%

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
Decimal149967800.360.480.4215.2131.2844.51
Hex95604E024302Af1f2d
Octal2251401160446052173755
Binary10010101110000010011100100100110000101010111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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