Shades of Golden Brown #B06613
Tints of Golden Brown #B06613
RGB
CMYK
RGB Variations
Color information
#B06613 (or 0xB06613) is known color: Golden Brown. HEX triplet: B0, 66 and 13. RGB value is (176,102,19). Sum of RGB (Red+Green+Blue) = 176+102+19=297 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.26% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 176 - color contains mainly: red. Hex color #B06613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06613 is #4F99EC. Grayscale: #737373. Windows color (decimal): -5216749 or 1271472. OLE color: 1271472.
HSL color Cylindrical-coordinate representation of color #B06613: hue angle of 31.72º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B06613 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 102 | 19 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.31 |
| HSL | 31.72º | 0.81% | 0.38% | - |
| HSV(B) | 31.72º | 0.89% | 0.69% | - |
| XYZ | 22.77 | 18.78 | 3.04 | - |
| YUV | 114.66 | 74.02 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 19 | 0 | 0.42 | 0.89 | 0.31 | 31.72 | 0.81 | 0.38 |
| Hex | B0 | 66 | 13 | 0 | 2A | 59 | 1F | 20 | 51 | 26 |
| Octal | 260 | 146 | 23 | 0 | 52 | 131 | 37 | 40 | 121 | 46 |
| Binary | 10110000 | 1100110 | 10011 | 0 | 101010 | 1011001 | 11111 | 100000 | 1010001 | 100110 |
Color Harmonies of #B06613
Complementary color
Monochromatic Colors of #B06613
Black with #B06613
Text Example
Text Example
White with #B06613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06613; }
p { color: rgb(176,102,19); }
H1.HeaderClassName
{
color: #B06613;
}
.AnyTagClassName
{
color: #B06613;
}
</style>
background-color css
<style>
a { background-color: #B06613; }
a { background-color: rgb(176,102,19); }
div.DivClassName
{
background-color: #B06613;
}
.BgClassName
{
background-color: #B06613;
}
</style>
border-color css
<style>
span { border-color: #B06613; }
span { border-color: rgb(176,102,19); }
td.TdClassName
{
border-color: #B06613;
}
.TagClassName
{
border-color: #B06613;
}
</style>