Shades of Toast #9A725C
Tints of Toast #9A725C
RGB
CMYK
RGB Variations
Color information
#9A725C (or 0x9A725C) is known color: Toast. HEX triplet: 9A, 72 and 5C. RGB value is (154,114,92). Sum of RGB (Red+Green+Blue) = 154+114+92=360 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.78% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 154 - color contains mainly: red. Hex color #9A725C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A725C is #658DA3. Grayscale: #7B7B7B. Windows color (decimal): -6655396 or 6058650. OLE color: 6058650.
HSL color Cylindrical-coordinate representation of color #9A725C: hue angle of 21.29º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9A725C is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 114 | 92 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.40 |
| HSL | 21.29º | 0.25% | 0.48% | - |
| HSV(B) | 21.29º | 0.4% | 0.6% | - |
| XYZ | 21.28 | 19.68 | 12.8 | - |
| YUV | 123.45 | 110.25 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 114 | 92 | 0 | 0.26 | 0.40 | 0.40 | 21.29 | 0.25 | 0.48 |
| Hex | 9A | 72 | 5C | 0 | 1A | 28 | 28 | 15 | 19 | 30 |
| Octal | 232 | 162 | 134 | 0 | 32 | 50 | 50 | 25 | 31 | 60 |
| Binary | 10011010 | 1110010 | 1011100 | 0 | 11010 | 101000 | 101000 | 10101 | 11001 | 110000 |
Color Harmonies of #9A725C
Complementary color
Monochromatic Colors of #9A725C
Black with #9A725C
Text Example
Text Example
White with #9A725C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A725C; }
p { color: rgb(154,114,92); }
H1.HeaderClassName
{
color: #9A725C;
}
.AnyTagClassName
{
color: #9A725C;
}
</style>
background-color css
<style>
a { background-color: #9A725C; }
a { background-color: rgb(154,114,92); }
div.DivClassName
{
background-color: #9A725C;
}
.BgClassName
{
background-color: #9A725C;
}
</style>
border-color css
<style>
span { border-color: #9A725C; }
span { border-color: rgb(154,114,92); }
td.TdClassName
{
border-color: #9A725C;
}
.TagClassName
{
border-color: #9A725C;
}
</style>