Shades of Golden Brown #B06C0C
Tints of Golden Brown #B06C0C
RGB
CMYK
RGB Variations
Color information
#B06C0C (or 0xB06C0C) is known color: Golden Brown. HEX triplet: B0, 6C and 0C. RGB value is (176,108,12). Sum of RGB (Red+Green+Blue) = 176+108+12=296 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.46% from 296); Green value is 108 (42.58% from 255 or 36.49% from 296); Blue value is 12 (5.08% from 255 or 4.05% from 296); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06C0C is #4F93F3. Grayscale: #757575. Windows color (decimal): -5215220 or 814256. OLE color: 814256.
HSL color Cylindrical-coordinate representation of color #B06C0C: hue angle of 35.12º degrees, saturation: 0.87, 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 #B06C0C is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 108 | 12 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.31 |
| HSL | 35.12º | 0.87% | 0.37% | - |
| HSV(B) | 35.12º | 0.93% | 0.69% | - |
| XYZ | 23.33 | 19.98 | 2.97 | - |
| YUV | 117.39 | 68.53 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 108 | 12 | 0 | 0.39 | 0.93 | 0.31 | 35.12 | 0.87 | 0.37 |
| Hex | B0 | 6C | C | 0 | 27 | 5D | 1F | 23 | 57 | 25 |
| Octal | 260 | 154 | 14 | 0 | 47 | 135 | 37 | 43 | 127 | 45 |
| Binary | 10110000 | 1101100 | 1100 | 0 | 100111 | 1011101 | 11111 | 100011 | 1010111 | 100101 |
Color Harmonies of #B06C0C
Complementary color
Monochromatic Colors of #B06C0C
Black with #B06C0C
Text Example
Text Example
White with #B06C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06C0C; }
p { color: rgb(176,108,12); }
H1.HeaderClassName
{
color: #B06C0C;
}
.AnyTagClassName
{
color: #B06C0C;
}
</style>
background-color css
<style>
a { background-color: #B06C0C; }
a { background-color: rgb(176,108,12); }
div.DivClassName
{
background-color: #B06C0C;
}
.BgClassName
{
background-color: #B06C0C;
}
</style>
border-color css
<style>
span { border-color: #B06C0C; }
span { border-color: rgb(176,108,12); }
td.TdClassName
{
border-color: #B06C0C;
}
.TagClassName
{
border-color: #B06C0C;
}
</style>