#9C6E60

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

Shades of Toast #9C6E60

Tints of Toast #9C6E60

Color information

#9C6E60 (or 0x9C6E60) is unknown color: approx Toast. HEX triplet: 9C, 6E and 60. RGB value is (156,110,96). Sum of RGB (Red+Green+Blue) = 156+110+96=362 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.09% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6E60 is #63919F. Grayscale: #7A7A7A. Windows color (decimal): -6525344 or 6319772. OLE color: 6319772.

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

Color convert

RGB15611096-
CMYK00.290.380.39
HSL14º23.81%49.41%-
HSV(B)14º38.46%61.18%-
XYZ21.419.0613.62-
YUV122.16113.24152.14-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.09%
GREEN value IS 110 (43.36% from 255) = 30.39%
BLUE value IS 96 (37.89% from 255) = 26.52%
R=43.09%
G=30.39%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561109600.290.380.391423.8149.41
Hex9C6E6001D2627e1831
Octal2341561400354647163061
Binary1001110011011101100000011101100110100111111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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