Shades of Golden Brown #B06411
Tints of Golden Brown #B06411
RGB
CMYK
RGB Variations
Color information
#B06411 (or 0xB06411) is known color: Golden Brown. HEX triplet: B0, 64 and 11. RGB value is (176,100,17). Sum of RGB (Red+Green+Blue) = 176+100+17=293 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.07% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 17 (7.03% from 255 or 5.80% from 293); Max value from RGB is 176 - color contains mainly: red. Hex color #B06411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06411 is #4F9BEE. Grayscale: #717171. Windows color (decimal): -5217263 or 1139888. OLE color: 1139888.
HSL color Cylindrical-coordinate representation of color #B06411: hue angle of 31.32º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B06411 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 100 | 17 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.31 |
| HSL | 31.32º | 0.82% | 0.38% | - |
| HSV(B) | 31.32º | 0.9% | 0.69% | - |
| XYZ | 22.56 | 18.38 | 2.89 | - |
| YUV | 113.26 | 73.68 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 100 | 17 | 0 | 0.43 | 0.90 | 0.31 | 31.32 | 0.82 | 0.38 |
| Hex | B0 | 64 | 11 | 0 | 2B | 5A | 1F | 1F | 52 | 26 |
| Octal | 260 | 144 | 21 | 0 | 53 | 132 | 37 | 37 | 122 | 46 |
| Binary | 10110000 | 1100100 | 10001 | 0 | 101011 | 1011010 | 11111 | 11111 | 1010010 | 100110 |
Color Harmonies of #B06411
Complementary color
Monochromatic Colors of #B06411
Black with #B06411
Text Example
Text Example
White with #B06411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06411; }
p { color: rgb(176,100,17); }
H1.HeaderClassName
{
color: #B06411;
}
.AnyTagClassName
{
color: #B06411;
}
</style>
background-color css
<style>
a { background-color: #B06411; }
a { background-color: rgb(176,100,17); }
div.DivClassName
{
background-color: #B06411;
}
.BgClassName
{
background-color: #B06411;
}
</style>
border-color css
<style>
span { border-color: #B06411; }
span { border-color: rgb(176,100,17); }
td.TdClassName
{
border-color: #B06411;
}
.TagClassName
{
border-color: #B06411;
}
</style>