Shades of Dark Goldenrod #B86C06
Tints of Dark Goldenrod #B86C06
RGB
CMYK
RGB Variations
Color information
#B86C06 (or 0xB86C06) is known color: Dark Goldenrod. HEX triplet: B8, 6C and 06. RGB value is (184,108,6). Sum of RGB (Red+Green+Blue) = 184+108+6=298 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.74% from 298); Green value is 108 (42.58% from 255 or 36.24% from 298); Blue value is 6 (2.73% from 255 or 2.01% from 298); Max value from RGB is 184 - color contains mainly: red. Hex color #B86C06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86C06 is #4793F9. Grayscale: #777777. Windows color (decimal): -4690938 or 421048. OLE color: 421048.
HSL color Cylindrical-coordinate representation of color #B86C06: hue angle of 34.38º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B86C06 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 108 | 6 | - |
| CMYK | 0 | 0.41 | 0.97 | 0.28 |
| HSL | 34.38º | 0.94% | 0.37% | - |
| HSV(B) | 34.38º | 0.97% | 0.72% | - |
| XYZ | 25.16 | 20.93 | 2.89 | - |
| YUV | 119.1 | 64.18 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 108 | 6 | 0 | 0.41 | 0.97 | 0.28 | 34.38 | 0.94 | 0.37 |
| Hex | B8 | 6C | 6 | 0 | 29 | 61 | 1C | 22 | 5E | 25 |
| Octal | 270 | 154 | 6 | 0 | 51 | 141 | 34 | 42 | 136 | 45 |
| Binary | 10111000 | 1101100 | 110 | 0 | 101001 | 1100001 | 11100 | 100010 | 1011110 | 100101 |
Color Harmonies of #B86C06
Complementary color
Monochromatic Colors of #B86C06
Black with #B86C06
Text Example
Text Example
White with #B86C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86C06; }
p { color: rgb(184,108,6); }
H1.HeaderClassName
{
color: #B86C06;
}
.AnyTagClassName
{
color: #B86C06;
}
</style>
background-color css
<style>
a { background-color: #B86C06; }
a { background-color: rgb(184,108,6); }
div.DivClassName
{
background-color: #B86C06;
}
.BgClassName
{
background-color: #B86C06;
}
</style>
border-color css
<style>
span { border-color: #B86C06; }
span { border-color: rgb(184,108,6); }
td.TdClassName
{
border-color: #B86C06;
}
.TagClassName
{
border-color: #B86C06;
}
</style>