#95604F

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

Shades of Spicy Mix #95604F

Tints of Spicy Mix #95604F

Color information

#95604F (or 0x95604F) is unknown color: approx Spicy Mix. HEX triplet: 95, 60 and 4F. RGB value is (149,96,79). Sum of RGB (Red+Green+Blue) = 149+96+79=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 79 (31.25% from 255 or 24.38% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #95604F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95604F is #6A9FB0. Grayscale: #6E6E6E. Windows color (decimal): -6987697 or 5202069. OLE color: 5202069.

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

Color convert

RGB1499679-
CMYK00.360.470.42
HSL14.57º30.7%44.71%-
HSV(B)14.57º46.98%58.43%-
XYZ17.9915.329.41-
YUV109.91110.56155.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.99%
GREEN value IS 96 (37.89% from 255) = 29.63%
BLUE value IS 79 (31.25% from 255) = 24.38%
R=45.99%
G=29.63%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149967900.360.470.4214.5730.744.71
Hex95604F0242F2Af1f2d
Octal2251401170445752173755
Binary10010101110000010011110100100101111101010111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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