Shades of Yukon Gold #82660B
Tints of Yukon Gold #82660B
RGB
CMYK
RGB Variations
Color information
#82660B (or 0x82660B) is known color: Yukon Gold. HEX triplet: 82, 66 and 0B. RGB value is (130,102,11). Sum of RGB (Red+Green+Blue) = 130+102+11=243 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.50% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 11 (4.69% from 255 or 4.53% from 243); Max value from RGB is 130 - color contains mainly: red. Hex color #82660B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82660B is #7D99F4. Grayscale: #646464. Windows color (decimal): -8231413 or 747138. OLE color: 747138.
HSL color Cylindrical-coordinate representation of color #82660B: hue angle of 45.88º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82660B is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 102 | 11 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.49 |
| HSL | 45.88º | 0.84% | 0.28% | - |
| HSV(B) | 45.88º | 0.92% | 0.51% | - |
| XYZ | 14.02 | 14.27 | 2.33 | - |
| YUV | 100 | 77.78 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 102 | 11 | 0 | 0.22 | 0.92 | 0.49 | 45.88 | 0.84 | 0.28 |
| Hex | 82 | 66 | B | 0 | 16 | 5C | 31 | 2E | 54 | 1C |
| Octal | 202 | 146 | 13 | 0 | 26 | 134 | 61 | 56 | 124 | 34 |
| Binary | 10000010 | 1100110 | 1011 | 0 | 10110 | 1011100 | 110001 | 101110 | 1010100 | 11100 |
Color Harmonies of #82660B
Complementary color
Monochromatic Colors of #82660B
Black with #82660B
Text Example
Text Example
White with #82660B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82660B; }
p { color: rgb(130,102,11); }
H1.HeaderClassName
{
color: #82660B;
}
.AnyTagClassName
{
color: #82660B;
}
</style>
background-color css
<style>
a { background-color: #82660B; }
a { background-color: rgb(130,102,11); }
div.DivClassName
{
background-color: #82660B;
}
.BgClassName
{
background-color: #82660B;
}
</style>
border-color css
<style>
span { border-color: #82660B; }
span { border-color: rgb(130,102,11); }
td.TdClassName
{
border-color: #82660B;
}
.TagClassName
{
border-color: #82660B;
}
</style>