Shades of Dark Goldenrod #B6760E
Tints of Dark Goldenrod #B6760E
RGB
CMYK
RGB Variations
Color information
#B6760E (or 0xB6760E) is known color: Dark Goldenrod. HEX triplet: B6, 76 and 0E. RGB value is (182,118,14). Sum of RGB (Red+Green+Blue) = 182+118+14=314 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.96% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 14 (5.86% from 255 or 4.46% from 314); Max value from RGB is 182 - color contains mainly: red. Hex color #B6760E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B6760E is #4989F1. Grayscale: #7D7D7D. Windows color (decimal): -4819442 or 947894. OLE color: 947894.
HSL color Cylindrical-coordinate representation of color #B6760E: hue angle of 37.14º 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 #B6760E is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 118 | 14 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.29 |
| HSL | 37.14º | 0.86% | 0.38% | - |
| HSV(B) | 37.14º | 0.92% | 0.71% | - |
| XYZ | 25.85 | 22.93 | 3.48 | - |
| YUV | 125.28 | 65.2 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 118 | 14 | 0 | 0.35 | 0.92 | 0.29 | 37.14 | 0.86 | 0.38 |
| Hex | B6 | 76 | E | 0 | 23 | 5C | 1D | 25 | 56 | 26 |
| Octal | 266 | 166 | 16 | 0 | 43 | 134 | 35 | 45 | 126 | 46 |
| Binary | 10110110 | 1110110 | 1110 | 0 | 100011 | 1011100 | 11101 | 100101 | 1010110 | 100110 |
Color Harmonies of #B6760E
Complementary color
Monochromatic Colors of #B6760E
Black with #B6760E
Text Example
Text Example
White with #B6760E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6760E; }
p { color: rgb(182,118,14); }
H1.HeaderClassName
{
color: #B6760E;
}
.AnyTagClassName
{
color: #B6760E;
}
</style>
background-color css
<style>
a { background-color: #B6760E; }
a { background-color: rgb(182,118,14); }
div.DivClassName
{
background-color: #B6760E;
}
.BgClassName
{
background-color: #B6760E;
}
</style>
border-color css
<style>
span { border-color: #B6760E; }
span { border-color: rgb(182,118,14); }
td.TdClassName
{
border-color: #B6760E;
}
.TagClassName
{
border-color: #B6760E;
}
</style>