#9C7463

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

Shades of Toast #9C7463

Tints of Toast #9C7463

Color information

#9C7463 (or 0x9C7463) is unknown color: approx Toast. HEX triplet: 9C, 74 and 63. RGB value is (156,116,99). Sum of RGB (Red+Green+Blue) = 156+116+99=371 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.05% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7463 is #638B9C. Grayscale: #7E7E7E. Windows color (decimal): -6523805 or 6517916. OLE color: 6517916.

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

Color convert

RGB15611699-
CMYK00.260.370.39
HSL17.89º22.35%50%-
HSV(B)17.89º36.54%61.18%-
XYZ22.2120.4614.58-
YUV126.02112.75149.38-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.05%
GREEN value IS 116 (45.70% from 255) = 31.27%
BLUE value IS 99 (39.06% from 255) = 26.68%
R=42.05%
G=31.27%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561169900.260.370.3917.8922.3550
Hex9C746301A2527121632
Octal2341641430324547222662
Binary10011100111010011000110110101001011001111001010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,116,99); }

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

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

 a { background-color: rgb(156,116,99); }

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

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

 span { border-color: rgb(156,116,99); }

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