#996C5D

Color #996C5D Toast (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Toast #996C5D

Tints of Toast #996C5D

Color information

#996C5D (or 0x996C5D) is unknown color: approx Toast. HEX triplet: 99, 6C and 5D. RGB value is (153,108,93). Sum of RGB (Red+Green+Blue) = 153+108+93=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #996C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996C5D is #6693A2. Grayscale: #777777. Windows color (decimal): -6722467 or 6122649. OLE color: 6122649.

HSL color Cylindrical-coordinate representation of color #996C5D: hue angle of 15º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #996C5D is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB15310893-
CMYK00.290.390.4
HSL15º24.39%48.24%-
HSV(B)15º39.22%60%-
XYZ20.4818.2912.81-
YUV119.74112.91151.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.22%
GREEN value IS 108 (42.58% from 255) = 30.51%
BLUE value IS 93 (36.72% from 255) = 26.27%
R=43.22%
G=30.51%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531089300.290.390.41524.3948.24
Hex996C5D01D2728f1830
Octal2311541350354750173060
Binary1001100111011001011101011101100111101000111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996C5D; }

 p { color: rgb(153,108,93); }

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

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

 a { background-color: rgb(153,108,93); }

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

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

 span { border-color: rgb(153,108,93); }

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