#9C6E5C

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

Shades of Toast #9C6E5C

Tints of Toast #9C6E5C

Color information

#9C6E5C (or 0x9C6E5C) is unknown color: approx Toast. HEX triplet: 9C, 6E and 5C. RGB value is (156,110,92). Sum of RGB (Red+Green+Blue) = 156+110+92=358 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.58% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6E5C is #6391A3. Grayscale: #797979. Windows color (decimal): -6525348 or 6057628. OLE color: 6057628.

HSL color Cylindrical-coordinate representation of color #9C6E5C: hue angle of 16.88º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C6E5C is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB15611092-
CMYK00.290.410.39
HSL16.88º25.81%48.63%-
HSV(B)16.88º41.03%61.18%-
XYZ21.2218.9912.67-
YUV121.7111.24152.46-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.58%
GREEN value IS 110 (43.36% from 255) = 30.73%
BLUE value IS 92 (36.33% from 255) = 25.70%
R=43.58%
G=30.73%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561109200.290.410.3916.8825.8148.63
Hex9C6E5C01D2927111a31
Octal2341561340355147213261
Binary10011100110111010111000111011010011001111000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C6E5C; }

 p { color: rgb(156,110,92); }

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

<style>
 a { background-color: #9C6E5C; }

 a { background-color: rgb(156,110,92); }

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

<style>
 span { border-color: #9C6E5C; }

 span { border-color: rgb(156,110,92); }

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