Shades of Toast #947267
Tints of Toast #947267
RGB
CMYK
RGB Variations
Color information
#947267 (or 0x947267) is known color: Toast. HEX triplet: 94, 72 and 67. RGB value is (148,114,103). Sum of RGB (Red+Green+Blue) = 148+114+103=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 103 (40.62% from 255 or 28.22% from 365); Max value from RGB is 148 - color contains mainly: red. Hex color #947267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947267 is #6B8D98. Grayscale: #7A7A7A. Windows color (decimal): -7048601 or 6779540. OLE color: 6779540.
HSL color Cylindrical-coordinate representation of color #947267: hue angle of 14.67º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #947267 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 114 | 103 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.42 |
| HSL | 14.67º | 0.18% | 0.49% | - |
| HSV(B) | 14.67º | 0.3% | 0.58% | - |
| XYZ | 20.68 | 19.31 | 15.47 | - |
| YUV | 122.91 | 116.76 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 114 | 103 | 0 | 0.23 | 0.30 | 0.42 | 14.67 | 0.18 | 0.49 |
| Hex | 94 | 72 | 67 | 0 | 17 | 1E | 2A | F | 12 | 31 |
| Octal | 224 | 162 | 147 | 0 | 27 | 36 | 52 | 17 | 22 | 61 |
| Binary | 10010100 | 1110010 | 1100111 | 0 | 10111 | 11110 | 101010 | 1111 | 10010 | 110001 |
Color Harmonies of #947267
Complementary color
Monochromatic Colors of #947267
Black with #947267
Text Example
Text Example
White with #947267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947267; }
p { color: rgb(148,114,103); }
H1.HeaderClassName
{
color: #947267;
}
.AnyTagClassName
{
color: #947267;
}
</style>
background-color css
<style>
a { background-color: #947267; }
a { background-color: rgb(148,114,103); }
div.DivClassName
{
background-color: #947267;
}
.BgClassName
{
background-color: #947267;
}
</style>
border-color css
<style>
span { border-color: #947267; }
span { border-color: rgb(148,114,103); }
td.TdClassName
{
border-color: #947267;
}
.TagClassName
{
border-color: #947267;
}
</style>