Shades of Golden Brown #B06713
Tints of Golden Brown #B06713
RGB
CMYK
RGB Variations
Color information
#B06713 (or 0xB06713) is known color: Golden Brown. HEX triplet: B0, 67 and 13. RGB value is (176,103,19). Sum of RGB (Red+Green+Blue) = 176+103+19=298 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.06% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 19 (7.81% from 255 or 6.38% from 298); Max value from RGB is 176 - color contains mainly: red. Hex color #B06713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06713 is #4F98EC. Grayscale: #737373. Windows color (decimal): -5216493 or 1271728. OLE color: 1271728.
HSL color Cylindrical-coordinate representation of color #B06713: hue angle of 32.1º 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 #B06713 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 103 | 19 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.31 |
| HSL | 32.1º | 0.81% | 0.38% | - |
| HSV(B) | 32.1º | 0.89% | 0.69% | - |
| XYZ | 22.87 | 18.98 | 3.07 | - |
| YUV | 115.25 | 73.68 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 103 | 19 | 0 | 0.41 | 0.89 | 0.31 | 32.1 | 0.81 | 0.38 |
| Hex | B0 | 67 | 13 | 0 | 29 | 59 | 1F | 20 | 51 | 26 |
| Octal | 260 | 147 | 23 | 0 | 51 | 131 | 37 | 40 | 121 | 46 |
| Binary | 10110000 | 1100111 | 10011 | 0 | 101001 | 1011001 | 11111 | 100000 | 1010001 | 100110 |
Color Harmonies of #B06713
Complementary color
Monochromatic Colors of #B06713
Black with #B06713
Text Example
Text Example
White with #B06713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06713; }
p { color: rgb(176,103,19); }
H1.HeaderClassName
{
color: #B06713;
}
.AnyTagClassName
{
color: #B06713;
}
</style>
background-color css
<style>
a { background-color: #B06713; }
a { background-color: rgb(176,103,19); }
div.DivClassName
{
background-color: #B06713;
}
.BgClassName
{
background-color: #B06713;
}
</style>
border-color css
<style>
span { border-color: #B06713; }
span { border-color: rgb(176,103,19); }
td.TdClassName
{
border-color: #B06713;
}
.TagClassName
{
border-color: #B06713;
}
</style>