Shades of Dark Goldenrod #B6760D
Tints of Dark Goldenrod #B6760D
RGB
CMYK
RGB Variations
Color information
#B6760D (or 0xB6760D) is known color: Dark Goldenrod. HEX triplet: B6, 76 and 0D. RGB value is (182,118,13). Sum of RGB (Red+Green+Blue) = 182+118+13=313 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.15% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 182 - color contains mainly: red. Hex color #B6760D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B6760D is #4989F2. Grayscale: #7D7D7D. Windows color (decimal): -4819443 or 882358. OLE color: 882358.
HSL color Cylindrical-coordinate representation of color #B6760D: hue angle of 37.28º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B6760D is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 118 | 13 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.29 |
| HSL | 37.28º | 0.87% | 0.38% | - |
| HSV(B) | 37.28º | 0.93% | 0.71% | - |
| XYZ | 25.84 | 22.93 | 3.44 | - |
| YUV | 125.17 | 64.7 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 118 | 13 | 0 | 0.35 | 0.93 | 0.29 | 37.28 | 0.87 | 0.38 |
| Hex | B6 | 76 | D | 0 | 23 | 5D | 1D | 25 | 57 | 26 |
| Octal | 266 | 166 | 15 | 0 | 43 | 135 | 35 | 45 | 127 | 46 |
| Binary | 10110110 | 1110110 | 1101 | 0 | 100011 | 1011101 | 11101 | 100101 | 1010111 | 100110 |
Color Harmonies of #B6760D
Complementary color
Monochromatic Colors of #B6760D
Black with #B6760D
Text Example
Text Example
White with #B6760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6760D; }
p { color: rgb(182,118,13); }
H1.HeaderClassName
{
color: #B6760D;
}
.AnyTagClassName
{
color: #B6760D;
}
</style>
background-color css
<style>
a { background-color: #B6760D; }
a { background-color: rgb(182,118,13); }
div.DivClassName
{
background-color: #B6760D;
}
.BgClassName
{
background-color: #B6760D;
}
</style>
border-color css
<style>
span { border-color: #B6760D; }
span { border-color: rgb(182,118,13); }
td.TdClassName
{
border-color: #B6760D;
}
.TagClassName
{
border-color: #B6760D;
}
</style>