Shades of Yukon Gold #82660F
Tints of Yukon Gold #82660F
RGB
CMYK
RGB Variations
Color information
#82660F (or 0x82660F) is known color: Yukon Gold. HEX triplet: 82, 66 and 0F. RGB value is (130,102,15). Sum of RGB (Red+Green+Blue) = 130+102+15=247 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.63% from 247); Green value is 102 (40.23% from 255 or 41.30% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 130 - color contains mainly: red. Hex color #82660F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82660F is #7D99F0. Grayscale: #646464. Windows color (decimal): -8231409 or 1009282. OLE color: 1009282.
HSL color Cylindrical-coordinate representation of color #82660F: hue angle of 45.39º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #82660F is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 102 | 15 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.49 |
| HSL | 45.39º | 0.79% | 0.28% | - |
| HSV(B) | 45.39º | 0.88% | 0.51% | - |
| XYZ | 14.04 | 14.28 | 2.47 | - |
| YUV | 100.45 | 79.78 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 102 | 15 | 0 | 0.22 | 0.88 | 0.49 | 45.39 | 0.79 | 0.28 |
| Hex | 82 | 66 | F | 0 | 16 | 58 | 31 | 2D | 4F | 1C |
| Octal | 202 | 146 | 17 | 0 | 26 | 130 | 61 | 55 | 117 | 34 |
| Binary | 10000010 | 1100110 | 1111 | 0 | 10110 | 1011000 | 110001 | 101101 | 1001111 | 11100 |
Color Harmonies of #82660F
Complementary color
Monochromatic Colors of #82660F
Black with #82660F
Text Example
Text Example
White with #82660F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82660F; }
p { color: rgb(130,102,15); }
H1.HeaderClassName
{
color: #82660F;
}
.AnyTagClassName
{
color: #82660F;
}
</style>
background-color css
<style>
a { background-color: #82660F; }
a { background-color: rgb(130,102,15); }
div.DivClassName
{
background-color: #82660F;
}
.BgClassName
{
background-color: #82660F;
}
</style>
border-color css
<style>
span { border-color: #82660F; }
span { border-color: rgb(130,102,15); }
td.TdClassName
{
border-color: #82660F;
}
.TagClassName
{
border-color: #82660F;
}
</style>