Shades of Burnt Umber #9B2706
Tints of Burnt Umber #9B2706
RGB
CMYK
RGB Variations
Color information
#9B2706 (or 0x9B2706) is known color: Burnt Umber. HEX triplet: 9B, 27 and 06. RGB value is (155,39,6). Sum of RGB (Red+Green+Blue) = 155+39+6=200 (26% of max value = 765). Red value is 155 (60.94% from 255 or 77.5% from 200); Green value is 39 (15.62% from 255 or 19.5% from 200); Blue value is 6 (2.73% from 255 or 3% from 200); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2706 is #64D8F9. Grayscale: #464646. Windows color (decimal): -6609146 or 403355. OLE color: 403355.
HSL color Cylindrical-coordinate representation of color #9B2706: hue angle of 13.29º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9B2706 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 39 | 6 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.39 |
| HSL | 13.29º | 0.93% | 0.32% | - |
| HSV(B) | 13.29º | 0.96% | 0.61% | - |
| XYZ | 14.28 | 8.43 | 1.05 | - |
| YUV | 69.92 | 91.93 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 39 | 6 | 0 | 0.75 | 0.96 | 0.39 | 13.29 | 0.93 | 0.32 |
| Hex | 9B | 27 | 6 | 0 | 4B | 60 | 27 | D | 5D | 20 |
| Octal | 233 | 47 | 6 | 0 | 113 | 140 | 47 | 15 | 135 | 40 |
| Binary | 10011011 | 100111 | 110 | 0 | 1001011 | 1100000 | 100111 | 1101 | 1011101 | 100000 |
Color Harmonies of #9B2706
Complementary color
Monochromatic Colors of #9B2706
Black with #9B2706
Text Example
Text Example
White with #9B2706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2706; }
p { color: rgb(155,39,6); }
H1.HeaderClassName
{
color: #9B2706;
}
.AnyTagClassName
{
color: #9B2706;
}
</style>
background-color css
<style>
a { background-color: #9B2706; }
a { background-color: rgb(155,39,6); }
div.DivClassName
{
background-color: #9B2706;
}
.BgClassName
{
background-color: #9B2706;
}
</style>
border-color css
<style>
span { border-color: #9B2706; }
span { border-color: rgb(155,39,6); }
td.TdClassName
{
border-color: #9B2706;
}
.TagClassName
{
border-color: #9B2706;
}
</style>