Shades of Dark Goldenrod #B68206
Tints of Dark Goldenrod #B68206
RGB
CMYK
RGB Variations
Color information
#B68206 (or 0xB68206) is known color: Dark Goldenrod. HEX triplet: B6, 82 and 06. RGB value is (182,130,6). Sum of RGB (Red+Green+Blue) = 182+130+6=318 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.23% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 6 (2.73% from 255 or 1.89% from 318); Max value from RGB is 182 - color contains mainly: red. Hex color #B68206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68206 is #497DF9. Grayscale: #838383. Windows color (decimal): -4816378 or 426678. OLE color: 426678.
HSL color Cylindrical-coordinate representation of color #B68206: hue angle of 42.27º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B68206 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 130 | 6 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.29 |
| HSL | 42.27º | 0.94% | 0.37% | - |
| HSV(B) | 42.27º | 0.97% | 0.71% | - |
| XYZ | 27.31 | 25.92 | 3.74 | - |
| YUV | 131.41 | 57.23 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 130 | 6 | 0 | 0.29 | 0.97 | 0.29 | 42.27 | 0.94 | 0.37 |
| Hex | B6 | 82 | 6 | 0 | 1D | 61 | 1D | 2A | 5E | 25 |
| Octal | 266 | 202 | 6 | 0 | 35 | 141 | 35 | 52 | 136 | 45 |
| Binary | 10110110 | 10000010 | 110 | 0 | 11101 | 1100001 | 11101 | 101010 | 1011110 | 100101 |
Color Harmonies of #B68206
Complementary color
Monochromatic Colors of #B68206
Black with #B68206
Text Example
Text Example
White with #B68206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68206; }
p { color: rgb(182,130,6); }
H1.HeaderClassName
{
color: #B68206;
}
.AnyTagClassName
{
color: #B68206;
}
</style>
background-color css
<style>
a { background-color: #B68206; }
a { background-color: rgb(182,130,6); }
div.DivClassName
{
background-color: #B68206;
}
.BgClassName
{
background-color: #B68206;
}
</style>
border-color css
<style>
span { border-color: #B68206; }
span { border-color: rgb(182,130,6); }
td.TdClassName
{
border-color: #B68206;
}
.TagClassName
{
border-color: #B68206;
}
</style>