Shades of Dark Goldenrod #B6700E
Tints of Dark Goldenrod #B6700E
RGB
CMYK
RGB Variations
Color information
#B6700E (or 0xB6700E) is known color: Dark Goldenrod. HEX triplet: B6, 70 and 0E. RGB value is (182,112,14). Sum of RGB (Red+Green+Blue) = 182+112+14=308 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.09% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 14 (5.86% from 255 or 4.55% from 308); Max value from RGB is 182 - color contains mainly: red. Hex color #B6700E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B6700E is #498FF1. Grayscale: #7A7A7A. Windows color (decimal): -4820978 or 946358. OLE color: 946358.
HSL color Cylindrical-coordinate representation of color #B6700E: hue angle of 35º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B6700E is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 112 | 14 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.29 |
| HSL | 35º | 0.86% | 0.38% | - |
| HSV(B) | 35º | 0.92% | 0.71% | - |
| XYZ | 25.16 | 21.57 | 3.25 | - |
| YUV | 121.76 | 67.19 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 112 | 14 | 0 | 0.38 | 0.92 | 0.29 | 35 | 0.86 | 0.38 |
| Hex | B6 | 70 | E | 0 | 26 | 5C | 1D | 23 | 56 | 26 |
| Octal | 266 | 160 | 16 | 0 | 46 | 134 | 35 | 43 | 126 | 46 |
| Binary | 10110110 | 1110000 | 1110 | 0 | 100110 | 1011100 | 11101 | 100011 | 1010110 | 100110 |
Color Harmonies of #B6700E
Complementary color
Monochromatic Colors of #B6700E
Black with #B6700E
Text Example
Text Example
White with #B6700E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6700E; }
p { color: rgb(182,112,14); }
H1.HeaderClassName
{
color: #B6700E;
}
.AnyTagClassName
{
color: #B6700E;
}
</style>
background-color css
<style>
a { background-color: #B6700E; }
a { background-color: rgb(182,112,14); }
div.DivClassName
{
background-color: #B6700E;
}
.BgClassName
{
background-color: #B6700E;
}
</style>
border-color css
<style>
span { border-color: #B6700E; }
span { border-color: rgb(182,112,14); }
td.TdClassName
{
border-color: #B6700E;
}
.TagClassName
{
border-color: #B6700E;
}
</style>