Shades of Dark Goldenrod #B68614
Tints of Dark Goldenrod #B68614
RGB
CMYK
RGB Variations
Color information
#B68614 (or 0xB68614) is known color: Dark Goldenrod. HEX triplet: B6, 86 and 14. RGB value is (182,134,20). Sum of RGB (Red+Green+Blue) = 182+134+20=336 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.17% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 182 - color contains mainly: red. Hex color #B68614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68614 is #4979EB. Grayscale: #878787. Windows color (decimal): -4815340 or 1345206. OLE color: 1345206.
HSL color Cylindrical-coordinate representation of color #B68614: hue angle of 42.22º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B68614 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 134 | 20 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.29 |
| HSL | 42.22º | 0.8% | 0.4% | - |
| HSV(B) | 42.22º | 0.89% | 0.71% | - |
| XYZ | 27.94 | 27.05 | 4.41 | - |
| YUV | 135.36 | 62.9 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 134 | 20 | 0 | 0.26 | 0.89 | 0.29 | 42.22 | 0.8 | 0.4 |
| Hex | B6 | 86 | 14 | 0 | 1A | 59 | 1D | 2A | 50 | 28 |
| Octal | 266 | 206 | 24 | 0 | 32 | 131 | 35 | 52 | 120 | 50 |
| Binary | 10110110 | 10000110 | 10100 | 0 | 11010 | 1011001 | 11101 | 101010 | 1010000 | 101000 |
Color Harmonies of #B68614
Complementary color
Monochromatic Colors of #B68614
Black with #B68614
Text Example
Text Example
White with #B68614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68614; }
p { color: rgb(182,134,20); }
H1.HeaderClassName
{
color: #B68614;
}
.AnyTagClassName
{
color: #B68614;
}
</style>
background-color css
<style>
a { background-color: #B68614; }
a { background-color: rgb(182,134,20); }
div.DivClassName
{
background-color: #B68614;
}
.BgClassName
{
background-color: #B68614;
}
</style>
border-color css
<style>
span { border-color: #B68614; }
span { border-color: rgb(182,134,20); }
td.TdClassName
{
border-color: #B68614;
}
.TagClassName
{
border-color: #B68614;
}
</style>