Shades of Yukon Gold #84620D
Tints of Yukon Gold #84620D
RGB
CMYK
RGB Variations
Color information
#84620D (or 0x84620D) is known color: Yukon Gold. HEX triplet: 84, 62 and 0D. RGB value is (132,98,13). Sum of RGB (Red+Green+Blue) = 132+98+13=243 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.32% from 243); Green value is 98 (38.67% from 255 or 40.33% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 132 - color contains mainly: red. Hex color #84620D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84620D is #7B9DF2. Grayscale: #626262. Windows color (decimal): -8101363 or 877188. OLE color: 877188.
HSL color Cylindrical-coordinate representation of color #84620D: hue angle of 42.86º 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 #84620D is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 98 | 13 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.48 |
| HSL | 42.86º | 0.82% | 0.28% | - |
| HSV(B) | 42.86º | 0.9% | 0.52% | - |
| XYZ | 13.96 | 13.67 | 2.28 | - |
| YUV | 98.48 | 79.76 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 98 | 13 | 0 | 0.26 | 0.90 | 0.48 | 42.86 | 0.82 | 0.28 |
| Hex | 84 | 62 | D | 0 | 1A | 5A | 30 | 2B | 52 | 1C |
| Octal | 204 | 142 | 15 | 0 | 32 | 132 | 60 | 53 | 122 | 34 |
| Binary | 10000100 | 1100010 | 1101 | 0 | 11010 | 1011010 | 110000 | 101011 | 1010010 | 11100 |
Color Harmonies of #84620D
Complementary color
Monochromatic Colors of #84620D
Black with #84620D
Text Example
Text Example
White with #84620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84620D; }
p { color: rgb(132,98,13); }
H1.HeaderClassName
{
color: #84620D;
}
.AnyTagClassName
{
color: #84620D;
}
</style>
background-color css
<style>
a { background-color: #84620D; }
a { background-color: rgb(132,98,13); }
div.DivClassName
{
background-color: #84620D;
}
.BgClassName
{
background-color: #84620D;
}
</style>
border-color css
<style>
span { border-color: #84620D; }
span { border-color: rgb(132,98,13); }
td.TdClassName
{
border-color: #84620D;
}
.TagClassName
{
border-color: #84620D;
}
</style>