Shades of Burnt Umber #942606
Tints of Burnt Umber #942606
RGB
CMYK
RGB Variations
Color information
#942606 (or 0x942606) is known color: Burnt Umber. HEX triplet: 94, 26 and 06. RGB value is (148,38,6). Sum of RGB (Red+Green+Blue) = 148+38+6=192 (25% of max value = 765). Red value is 148 (58.20% from 255 or 77.08% from 192); Green value is 38 (15.23% from 255 or 19.79% from 192); Blue value is 6 (2.73% from 255 or 3.12% from 192); Max value from RGB is 148 - color contains mainly: red. Hex color #942606 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942606 is #6BD9F9. Grayscale: #434343. Windows color (decimal): -7068154 or 403092. OLE color: 403092.
HSL color Cylindrical-coordinate representation of color #942606: hue angle of 13.52º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #942606 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 38 | 6 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.42 |
| HSL | 13.52º | 0.92% | 0.3% | - |
| HSV(B) | 13.52º | 0.96% | 0.58% | - |
| XYZ | 12.94 | 7.7 | 0.98 | - |
| YUV | 67.24 | 93.44 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 38 | 6 | 0 | 0.74 | 0.96 | 0.42 | 13.52 | 0.92 | 0.3 |
| Hex | 94 | 26 | 6 | 0 | 4A | 60 | 2A | E | 5C | 1E |
| Octal | 224 | 46 | 6 | 0 | 112 | 140 | 52 | 16 | 134 | 36 |
| Binary | 10010100 | 100110 | 110 | 0 | 1001010 | 1100000 | 101010 | 1110 | 1011100 | 11110 |
Color Harmonies of #942606
Complementary color
Monochromatic Colors of #942606
Black with #942606
Text Example
Text Example
White with #942606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942606; }
p { color: rgb(148,38,6); }
H1.HeaderClassName
{
color: #942606;
}
.AnyTagClassName
{
color: #942606;
}
</style>
background-color css
<style>
a { background-color: #942606; }
a { background-color: rgb(148,38,6); }
div.DivClassName
{
background-color: #942606;
}
.BgClassName
{
background-color: #942606;
}
</style>
border-color css
<style>
span { border-color: #942606; }
span { border-color: rgb(148,38,6); }
td.TdClassName
{
border-color: #942606;
}
.TagClassName
{
border-color: #942606;
}
</style>