#9A7460

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

Shades of Toast #9A7460

Tints of Toast #9A7460

Color information

#9A7460 (or 0x9A7460) is unknown color: approx Toast. HEX triplet: 9A, 74 and 60. RGB value is (154,116,96). Sum of RGB (Red+Green+Blue) = 154+116+96=366 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.08% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7460 is #658B9F. Grayscale: #7D7D7D. Windows color (decimal): -6654880 or 6321306. OLE color: 6321306.

HSL color Cylindrical-coordinate representation of color #9A7460: hue angle of 20.69º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A7460 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB15411696-
CMYK00.250.380.40
HSL20.69º23.2%49.02%-
HSV(B)20.69º37.66%60.39%-
XYZ21.6820.2113.82-
YUV125.08111.59148.63-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.08%
GREEN value IS 116 (45.70% from 255) = 31.69%
BLUE value IS 96 (37.89% from 255) = 26.23%
R=42.08%
G=31.69%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541169600.250.380.4020.6923.249.02
Hex9A74600192628151731
Octal2321641400314650252761
Binary10011010111010011000000110011001101010001010110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,116,96); }

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

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

 a { background-color: rgb(154,116,96); }

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

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

 span { border-color: rgb(154,116,96); }

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