Shades of Dark Goldenrod #B68619
Tints of Dark Goldenrod #B68619
RGB
CMYK
RGB Variations
Color information
#B68619 (or 0xB68619) is known color: Dark Goldenrod. HEX triplet: B6, 86 and 19. RGB value is (182,134,25). Sum of RGB (Red+Green+Blue) = 182+134+25=341 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.37% from 341); Green value is 134 (52.73% from 255 or 39.30% from 341); Blue value is 25 (10.16% from 255 or 7.33% from 341); Max value from RGB is 182 - color contains mainly: red. Hex color #B68619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68619 is #4979E6. Grayscale: #888888. Windows color (decimal): -4815335 or 1672886. OLE color: 1672886.
HSL color Cylindrical-coordinate representation of color #B68619: hue angle of 41.66º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B68619 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 134 | 25 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.29 |
| HSL | 41.66º | 0.76% | 0.41% | - |
| HSV(B) | 41.66º | 0.86% | 0.71% | - |
| XYZ | 27.99 | 27.07 | 4.67 | - |
| YUV | 135.93 | 65.4 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 134 | 25 | 0 | 0.26 | 0.86 | 0.29 | 41.66 | 0.76 | 0.41 |
| Hex | B6 | 86 | 19 | 0 | 1A | 56 | 1D | 2A | 4C | 29 |
| Octal | 266 | 206 | 31 | 0 | 32 | 126 | 35 | 52 | 114 | 51 |
| Binary | 10110110 | 10000110 | 11001 | 0 | 11010 | 1010110 | 11101 | 101010 | 1001100 | 101001 |
Color Harmonies of #B68619
Complementary color
Monochromatic Colors of #B68619
Black with #B68619
Text Example
Text Example
White with #B68619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68619; }
p { color: rgb(182,134,25); }
H1.HeaderClassName
{
color: #B68619;
}
.AnyTagClassName
{
color: #B68619;
}
</style>
background-color css
<style>
a { background-color: #B68619; }
a { background-color: rgb(182,134,25); }
div.DivClassName
{
background-color: #B68619;
}
.BgClassName
{
background-color: #B68619;
}
</style>
border-color css
<style>
span { border-color: #B68619; }
span { border-color: rgb(182,134,25); }
td.TdClassName
{
border-color: #B68619;
}
.TagClassName
{
border-color: #B68619;
}
</style>