Shades of Dark Goldenrod #B66F0C
Tints of Dark Goldenrod #B66F0C
RGB
CMYK
RGB Variations
Color information
#B66F0C (or 0xB66F0C) is known color: Dark Goldenrod. HEX triplet: B6, 6F and 0C. RGB value is (182,111,12). Sum of RGB (Red+Green+Blue) = 182+111+12=305 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.67% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 182 - color contains mainly: red. Hex color #B66F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66F0C is #4990F3. Grayscale: #797979. Windows color (decimal): -4821236 or 815030. OLE color: 815030.
HSL color Cylindrical-coordinate representation of color #B66F0C: hue angle of 34.94º degrees, saturation: 0.88, 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 #B66F0C is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 111 | 12 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.29 |
| HSL | 34.94º | 0.88% | 0.38% | - |
| HSV(B) | 34.94º | 0.93% | 0.71% | - |
| XYZ | 25.04 | 21.34 | 3.15 | - |
| YUV | 120.94 | 66.52 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 111 | 12 | 0 | 0.39 | 0.93 | 0.29 | 34.94 | 0.88 | 0.38 |
| Hex | B6 | 6F | C | 0 | 27 | 5D | 1D | 23 | 58 | 26 |
| Octal | 266 | 157 | 14 | 0 | 47 | 135 | 35 | 43 | 130 | 46 |
| Binary | 10110110 | 1101111 | 1100 | 0 | 100111 | 1011101 | 11101 | 100011 | 1011000 | 100110 |
Color Harmonies of #B66F0C
Complementary color
Monochromatic Colors of #B66F0C
Black with #B66F0C
Text Example
Text Example
White with #B66F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66F0C; }
p { color: rgb(182,111,12); }
H1.HeaderClassName
{
color: #B66F0C;
}
.AnyTagClassName
{
color: #B66F0C;
}
</style>
background-color css
<style>
a { background-color: #B66F0C; }
a { background-color: rgb(182,111,12); }
div.DivClassName
{
background-color: #B66F0C;
}
.BgClassName
{
background-color: #B66F0C;
}
</style>
border-color css
<style>
span { border-color: #B66F0C; }
span { border-color: rgb(182,111,12); }
td.TdClassName
{
border-color: #B66F0C;
}
.TagClassName
{
border-color: #B66F0C;
}
</style>