Shades of Golden Brown #B06C0A
Tints of Golden Brown #B06C0A
RGB
CMYK
RGB Variations
Color information
#B06C0A (or 0xB06C0A) is known color: Golden Brown. HEX triplet: B0, 6C and 0A. RGB value is (176,108,10). Sum of RGB (Red+Green+Blue) = 176+108+10=294 (38% of max value = 765). Red value is 176 (69.14% from 255 or 59.86% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 10 (4.30% from 255 or 3.40% from 294); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06C0A is #4F93F5. Grayscale: #757575. Windows color (decimal): -5215222 or 683184. OLE color: 683184.
HSL color Cylindrical-coordinate representation of color #B06C0A: hue angle of 35.42º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B06C0A is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 108 | 10 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.31 |
| HSL | 35.42º | 0.89% | 0.36% | - |
| HSV(B) | 35.42º | 0.94% | 0.69% | - |
| XYZ | 23.32 | 19.98 | 2.91 | - |
| YUV | 117.16 | 67.53 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 108 | 10 | 0 | 0.39 | 0.94 | 0.31 | 35.42 | 0.89 | 0.36 |
| Hex | B0 | 6C | A | 0 | 27 | 5E | 1F | 23 | 59 | 24 |
| Octal | 260 | 154 | 12 | 0 | 47 | 136 | 37 | 43 | 131 | 44 |
| Binary | 10110000 | 1101100 | 1010 | 0 | 100111 | 1011110 | 11111 | 100011 | 1011001 | 100100 |
Color Harmonies of #B06C0A
Complementary color
Monochromatic Colors of #B06C0A
Black with #B06C0A
Text Example
Text Example
White with #B06C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06C0A; }
p { color: rgb(176,108,10); }
H1.HeaderClassName
{
color: #B06C0A;
}
.AnyTagClassName
{
color: #B06C0A;
}
</style>
background-color css
<style>
a { background-color: #B06C0A; }
a { background-color: rgb(176,108,10); }
div.DivClassName
{
background-color: #B06C0A;
}
.BgClassName
{
background-color: #B06C0A;
}
</style>
border-color css
<style>
span { border-color: #B06C0A; }
span { border-color: rgb(176,108,10); }
td.TdClassName
{
border-color: #B06C0A;
}
.TagClassName
{
border-color: #B06C0A;
}
</style>