Shades of Golden Brown #B06D0D
Tints of Golden Brown #B06D0D
RGB
CMYK
RGB Variations
Color information
#B06D0D (or 0xB06D0D) is known color: Golden Brown. HEX triplet: B0, 6D and 0D. RGB value is (176,109,13). Sum of RGB (Red+Green+Blue) = 176+109+13=298 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.06% from 298); Green value is 109 (42.97% from 255 or 36.58% from 298); Blue value is 13 (5.47% from 255 or 4.36% from 298); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06D0D is #4F92F2. Grayscale: #767676. Windows color (decimal): -5214963 or 880048. OLE color: 880048.
HSL color Cylindrical-coordinate representation of color #B06D0D: hue angle of 35.34º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B06D0D is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 109 | 13 | - |
| CMYK | 0 | 0.38 | 0.93 | 0.31 |
| HSL | 35.34º | 0.86% | 0.37% | - |
| HSV(B) | 35.34º | 0.93% | 0.69% | - |
| XYZ | 23.45 | 20.2 | 3.04 | - |
| YUV | 118.09 | 68.7 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 109 | 13 | 0 | 0.38 | 0.93 | 0.31 | 35.34 | 0.86 | 0.37 |
| Hex | B0 | 6D | D | 0 | 26 | 5D | 1F | 23 | 56 | 25 |
| Octal | 260 | 155 | 15 | 0 | 46 | 135 | 37 | 43 | 126 | 45 |
| Binary | 10110000 | 1101101 | 1101 | 0 | 100110 | 1011101 | 11111 | 100011 | 1010110 | 100101 |
Color Harmonies of #B06D0D
Complementary color
Monochromatic Colors of #B06D0D
Black with #B06D0D
Text Example
Text Example
White with #B06D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06D0D; }
p { color: rgb(176,109,13); }
H1.HeaderClassName
{
color: #B06D0D;
}
.AnyTagClassName
{
color: #B06D0D;
}
</style>
background-color css
<style>
a { background-color: #B06D0D; }
a { background-color: rgb(176,109,13); }
div.DivClassName
{
background-color: #B06D0D;
}
.BgClassName
{
background-color: #B06D0D;
}
</style>
border-color css
<style>
span { border-color: #B06D0D; }
span { border-color: rgb(176,109,13); }
td.TdClassName
{
border-color: #B06D0D;
}
.TagClassName
{
border-color: #B06D0D;
}
</style>