#9C7864

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

Shades of Toast #9C7864

Tints of Toast #9C7864

Color information

#9C7864 (or 0x9C7864) is unknown color: approx Toast. HEX triplet: 9C, 78 and 64. RGB value is (156,120,100). Sum of RGB (Red+Green+Blue) = 156+120+100=376 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.49% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7864 is #63879B. Grayscale: #808080. Windows color (decimal): -6522780 or 6584476. OLE color: 6584476.

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

Color convert

RGB156120100-
CMYK00.230.360.39
HSL21.43º22.05%50.2%-
HSV(B)21.43º35.9%61.18%-
XYZ22.7321.4214.99-
YUV128.48111.93147.63-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.49%
GREEN value IS 120 (47.27% from 255) = 31.91%
BLUE value IS 100 (39.45% from 255) = 26.60%
R=41.49%
G=31.91%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612010000.230.360.3921.4322.0550.2
Hex9C78640172427151632
Octal2341701440274447252662
Binary10011100111100011001000101111001001001111010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,120,100); }

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

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

 a { background-color: rgb(156,120,100); }

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

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

 span { border-color: rgb(156,120,100); }

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