Shades of Golden Brown #B06C0D
Tints of Golden Brown #B06C0D
RGB
CMYK
RGB Variations
Color information
#B06C0D (or 0xB06C0D) is known color: Golden Brown. HEX triplet: B0, 6C and 0D. RGB value is (176,108,13). Sum of RGB (Red+Green+Blue) = 176+108+13=297 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.26% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 13 (5.47% from 255 or 4.38% from 297); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06C0D is #4F93F2. Grayscale: #757575. Windows color (decimal): -5215219 or 879792. OLE color: 879792.
HSL color Cylindrical-coordinate representation of color #B06C0D: hue angle of 34.97º 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 #B06C0D is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 108 | 13 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.31 |
| HSL | 34.97º | 0.86% | 0.37% | - |
| HSV(B) | 34.97º | 0.93% | 0.69% | - |
| XYZ | 23.34 | 19.98 | 3.01 | - |
| YUV | 117.5 | 69.03 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 108 | 13 | 0 | 0.39 | 0.93 | 0.31 | 34.97 | 0.86 | 0.37 |
| Hex | B0 | 6C | D | 0 | 27 | 5D | 1F | 23 | 56 | 25 |
| Octal | 260 | 154 | 15 | 0 | 47 | 135 | 37 | 43 | 126 | 45 |
| Binary | 10110000 | 1101100 | 1101 | 0 | 100111 | 1011101 | 11111 | 100011 | 1010110 | 100101 |
Color Harmonies of #B06C0D
Complementary color
Monochromatic Colors of #B06C0D
Black with #B06C0D
Text Example
Text Example
White with #B06C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06C0D; }
p { color: rgb(176,108,13); }
H1.HeaderClassName
{
color: #B06C0D;
}
.AnyTagClassName
{
color: #B06C0D;
}
</style>
background-color css
<style>
a { background-color: #B06C0D; }
a { background-color: rgb(176,108,13); }
div.DivClassName
{
background-color: #B06C0D;
}
.BgClassName
{
background-color: #B06C0D;
}
</style>
border-color css
<style>
span { border-color: #B06C0D; }
span { border-color: rgb(176,108,13); }
td.TdClassName
{
border-color: #B06C0D;
}
.TagClassName
{
border-color: #B06C0D;
}
</style>