Shades of Toast #9F755C
Tints of Toast #9F755C
RGB
CMYK
RGB Variations
Color information
#9F755C (or 0x9F755C) is known color: Toast. HEX triplet: 9F, 75 and 5C. RGB value is (159,117,92). Sum of RGB (Red+Green+Blue) = 159+117+92=368 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.21% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 159 - color contains mainly: red. Hex color #9F755C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F755C is #608AA3. Grayscale: #7E7E7E. Windows color (decimal): -6326948 or 6059423. OLE color: 6059423.
HSL color Cylindrical-coordinate representation of color #9F755C: hue angle of 22.39º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F755C is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 117 | 92 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.38 |
| HSL | 22.39º | 0.27% | 0.49% | - |
| HSV(B) | 22.39º | 0.42% | 0.62% | - |
| XYZ | 22.59 | 20.87 | 12.96 | - |
| YUV | 126.71 | 108.41 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 117 | 92 | 0 | 0.26 | 0.42 | 0.38 | 22.39 | 0.27 | 0.49 |
| Hex | 9F | 75 | 5C | 0 | 1A | 2A | 26 | 16 | 1B | 31 |
| Octal | 237 | 165 | 134 | 0 | 32 | 52 | 46 | 26 | 33 | 61 |
| Binary | 10011111 | 1110101 | 1011100 | 0 | 11010 | 101010 | 100110 | 10110 | 11011 | 110001 |
Color Harmonies of #9F755C
Complementary color
Monochromatic Colors of #9F755C
Black with #9F755C
Text Example
Text Example
White with #9F755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F755C; }
p { color: rgb(159,117,92); }
H1.HeaderClassName
{
color: #9F755C;
}
.AnyTagClassName
{
color: #9F755C;
}
</style>
background-color css
<style>
a { background-color: #9F755C; }
a { background-color: rgb(159,117,92); }
div.DivClassName
{
background-color: #9F755C;
}
.BgClassName
{
background-color: #9F755C;
}
</style>
border-color css
<style>
span { border-color: #9F755C; }
span { border-color: rgb(159,117,92); }
td.TdClassName
{
border-color: #9F755C;
}
.TagClassName
{
border-color: #9F755C;
}
</style>