Shades of Yukon Gold #82640D
Tints of Yukon Gold #82640D
RGB
CMYK
RGB Variations
Color information
#82640D (or 0x82640D) is known color: Yukon Gold. HEX triplet: 82, 64 and 0D. RGB value is (130,100,13). Sum of RGB (Red+Green+Blue) = 130+100+13=243 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.50% from 243); Green value is 100 (39.45% from 255 or 41.15% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 130 - color contains mainly: red. Hex color #82640D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82640D is #7D9BF2. Grayscale: #636363. Windows color (decimal): -8231923 or 877698. OLE color: 877698.
HSL color Cylindrical-coordinate representation of color #82640D: hue angle of 44.62º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82640D is Cyan = 0, Magento = 0.23, Yellow = 0.9 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 100 | 13 | - |
| CMYK | 0 | 0.23 | 0.9 | 0.49 |
| HSL | 44.62º | 0.82% | 0.28% | - |
| HSV(B) | 44.62º | 0.9% | 0.51% | - |
| XYZ | 13.84 | 13.89 | 2.33 | - |
| YUV | 99.05 | 79.44 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 100 | 13 | 0 | 0.23 | 0.9 | 0.49 | 44.62 | 0.82 | 0.28 |
| Hex | 82 | 64 | D | 0 | 17 | 5A | 31 | 2D | 52 | 1C |
| Octal | 202 | 144 | 15 | 0 | 27 | 132 | 61 | 55 | 122 | 34 |
| Binary | 10000010 | 1100100 | 1101 | 0 | 10111 | 1011010 | 110001 | 101101 | 1010010 | 11100 |
Color Harmonies of #82640D
Complementary color
Monochromatic Colors of #82640D
Black with #82640D
Text Example
Text Example
White with #82640D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82640D; }
p { color: rgb(130,100,13); }
H1.HeaderClassName
{
color: #82640D;
}
.AnyTagClassName
{
color: #82640D;
}
</style>
background-color css
<style>
a { background-color: #82640D; }
a { background-color: rgb(130,100,13); }
div.DivClassName
{
background-color: #82640D;
}
.BgClassName
{
background-color: #82640D;
}
</style>
border-color css
<style>
span { border-color: #82640D; }
span { border-color: rgb(130,100,13); }
td.TdClassName
{
border-color: #82640D;
}
.TagClassName
{
border-color: #82640D;
}
</style>