Shades of Yukon Gold #84680C
Tints of Yukon Gold #84680C
RGB
CMYK
RGB Variations
Color information
#84680C (or 0x84680C) is known color: Yukon Gold. HEX triplet: 84, 68 and 0C. RGB value is (132,104,12). Sum of RGB (Red+Green+Blue) = 132+104+12=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 104 (41.02% from 255 or 41.94% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #84680C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84680C is #7B97F3. Grayscale: #666666. Windows color (decimal): -8099828 or 813188. OLE color: 813188.
HSL color Cylindrical-coordinate representation of color #84680C: hue angle of 46º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #84680C is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 104 | 12 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.48 |
| HSL | 46º | 0.83% | 0.28% | - |
| HSV(B) | 46º | 0.91% | 0.52% | - |
| XYZ | 14.53 | 14.83 | 2.44 | - |
| YUV | 101.88 | 77.28 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 104 | 12 | 0 | 0.21 | 0.91 | 0.48 | 46 | 0.83 | 0.28 |
| Hex | 84 | 68 | C | 0 | 15 | 5B | 30 | 2E | 53 | 1C |
| Octal | 204 | 150 | 14 | 0 | 25 | 133 | 60 | 56 | 123 | 34 |
| Binary | 10000100 | 1101000 | 1100 | 0 | 10101 | 1011011 | 110000 | 101110 | 1010011 | 11100 |
Color Harmonies of #84680C
Complementary color
Monochromatic Colors of #84680C
Black with #84680C
Text Example
Text Example
White with #84680C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84680C; }
p { color: rgb(132,104,12); }
H1.HeaderClassName
{
color: #84680C;
}
.AnyTagClassName
{
color: #84680C;
}
</style>
background-color css
<style>
a { background-color: #84680C; }
a { background-color: rgb(132,104,12); }
div.DivClassName
{
background-color: #84680C;
}
.BgClassName
{
background-color: #84680C;
}
</style>
border-color css
<style>
span { border-color: #84680C; }
span { border-color: rgb(132,104,12); }
td.TdClassName
{
border-color: #84680C;
}
.TagClassName
{
border-color: #84680C;
}
</style>