Shades of Yukon Gold #846A0D
Tints of Yukon Gold #846A0D
RGB
CMYK
RGB Variations
Color information
#846A0D (or 0x846A0D) is known color: Yukon Gold. HEX triplet: 84, 6A and 0D. RGB value is (132,106,13). Sum of RGB (Red+Green+Blue) = 132+106+13=251 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.59% from 251); Green value is 106 (41.80% from 255 or 42.23% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 132 - color contains mainly: red. Hex color #846A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846A0D is #7B95F2. Grayscale: #676767. Windows color (decimal): -8099315 or 879236. OLE color: 879236.
HSL color Cylindrical-coordinate representation of color #846A0D: hue angle of 46.89º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #846A0D is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 106 | 13 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.48 |
| HSL | 46.89º | 0.82% | 0.28% | - |
| HSV(B) | 46.89º | 0.9% | 0.52% | - |
| XYZ | 14.74 | 15.24 | 2.55 | - |
| YUV | 103.17 | 77.11 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 106 | 13 | 0 | 0.20 | 0.90 | 0.48 | 46.89 | 0.82 | 0.28 |
| Hex | 84 | 6A | D | 0 | 14 | 5A | 30 | 2F | 52 | 1C |
| Octal | 204 | 152 | 15 | 0 | 24 | 132 | 60 | 57 | 122 | 34 |
| Binary | 10000100 | 1101010 | 1101 | 0 | 10100 | 1011010 | 110000 | 101111 | 1010010 | 11100 |
Color Harmonies of #846A0D
Complementary color
Monochromatic Colors of #846A0D
Black with #846A0D
Text Example
Text Example
White with #846A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846A0D; }
p { color: rgb(132,106,13); }
H1.HeaderClassName
{
color: #846A0D;
}
.AnyTagClassName
{
color: #846A0D;
}
</style>
background-color css
<style>
a { background-color: #846A0D; }
a { background-color: rgb(132,106,13); }
div.DivClassName
{
background-color: #846A0D;
}
.BgClassName
{
background-color: #846A0D;
}
</style>
border-color css
<style>
span { border-color: #846A0D; }
span { border-color: rgb(132,106,13); }
td.TdClassName
{
border-color: #846A0D;
}
.TagClassName
{
border-color: #846A0D;
}
</style>