#9A7260

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

Shades of Toast #9A7260

Tints of Toast #9A7260

Color information

#9A7260 (or 0x9A7260) is unknown color: approx Toast. HEX triplet: 9A, 72 and 60. RGB value is (154,114,96). Sum of RGB (Red+Green+Blue) = 154+114+96=364 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.31% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7260 is #658D9F. Grayscale: #7C7C7C. Windows color (decimal): -6655392 or 6320794. OLE color: 6320794.

HSL color Cylindrical-coordinate representation of color #9A7260: hue angle of 18.62º 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 #9A7260 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB15411496-
CMYK00.260.380.40
HSL18.62º23.2%49.02%-
HSV(B)18.62º37.66%60.39%-
XYZ21.4619.7513.75-
YUV123.91112.25149.46-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.31%
GREEN value IS 114 (44.92% from 255) = 31.32%
BLUE value IS 96 (37.89% from 255) = 26.37%
R=42.31%
G=31.32%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541149600.260.380.4018.6223.249.02
Hex9A726001A2628131731
Octal2321621400324650232761
Binary10011010111001011000000110101001101010001001110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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