Shades of Yukon Gold #82661F
Tints of Yukon Gold #82661F
RGB
CMYK
RGB Variations
Color information
#82661F (or 0x82661F) is known color: Yukon Gold. HEX triplet: 82, 66 and 1F. RGB value is (130,102,31). Sum of RGB (Red+Green+Blue) = 130+102+31=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 102 (40.23% from 255 or 38.78% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #82661F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82661F is #7D99E0. Grayscale: #666666. Windows color (decimal): -8231393 or 2057858. OLE color: 2057858.
HSL color Cylindrical-coordinate representation of color #82661F: hue angle of 43.03º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #82661F is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 102 | 31 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.49 |
| HSL | 43.03º | 0.61% | 0.32% | - |
| HSV(B) | 43.03º | 0.76% | 0.51% | - |
| XYZ | 14.2 | 14.35 | 3.32 | - |
| YUV | 102.28 | 87.78 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 102 | 31 | 0 | 0.22 | 0.76 | 0.49 | 43.03 | 0.61 | 0.32 |
| Hex | 82 | 66 | 1F | 0 | 16 | 4C | 31 | 2B | 3D | 20 |
| Octal | 202 | 146 | 37 | 0 | 26 | 114 | 61 | 53 | 75 | 40 |
| Binary | 10000010 | 1100110 | 11111 | 0 | 10110 | 1001100 | 110001 | 101011 | 111101 | 100000 |
Color Harmonies of #82661F
Complementary color
Monochromatic Colors of #82661F
Black with #82661F
Text Example
Text Example
White with #82661F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82661F; }
p { color: rgb(130,102,31); }
H1.HeaderClassName
{
color: #82661F;
}
.AnyTagClassName
{
color: #82661F;
}
</style>
background-color css
<style>
a { background-color: #82661F; }
a { background-color: rgb(130,102,31); }
div.DivClassName
{
background-color: #82661F;
}
.BgClassName
{
background-color: #82661F;
}
</style>
border-color css
<style>
span { border-color: #82661F; }
span { border-color: rgb(130,102,31); }
td.TdClassName
{
border-color: #82661F;
}
.TagClassName
{
border-color: #82661F;
}
</style>