#995E4D

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

Shades of Spicy Mix #995E4D

Tints of Spicy Mix #995E4D

Color information

#995E4D (or 0x995E4D) is unknown color: approx Spicy Mix. HEX triplet: 99, 5E and 4D. RGB value is (153,94,77). Sum of RGB (Red+Green+Blue) = 153+94+77=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #995E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995E4D is #66A1B2. Grayscale: #6D6D6D. Windows color (decimal): -6726067 or 5070489. OLE color: 5070489.

HSL color Cylindrical-coordinate representation of color #995E4D: hue angle of 13.42º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #995E4D is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB1539477-
CMYK00.390.500.4
HSL13.42º33.04%45.1%-
HSV(B)13.42º49.67%60%-
XYZ18.4815.319-
YUV109.7109.55158.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.22%
GREEN value IS 94 (37.11% from 255) = 29.01%
BLUE value IS 77 (30.47% from 255) = 23.77%
R=47.22%
G=29.01%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153947700.390.500.413.4233.0445.1
Hex995E4D0273228d212d
Octal2311361150476250154155
Binary100110011011110100110101001111100101010001101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995E4D; }

 p { color: rgb(153,94,77); }

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

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

 a { background-color: rgb(153,94,77); }

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

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

 span { border-color: rgb(153,94,77); }

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