Shades of Yukon Gold #82611B
Tints of Yukon Gold #82611B
RGB
CMYK
RGB Variations
Color information
#82611B (or 0x82611B) is known color: Yukon Gold. HEX triplet: 82, 61 and 1B. RGB value is (130,97,27). Sum of RGB (Red+Green+Blue) = 130+97+27=254 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.18% from 254); Green value is 97 (38.28% from 255 or 38.19% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 130 - color contains mainly: red. Hex color #82611B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82611B is #7D9EE4. Grayscale: #636363. Windows color (decimal): -8232677 or 1794434. OLE color: 1794434.
HSL color Cylindrical-coordinate representation of color #82611B: hue angle of 40.78º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #82611B is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 97 | 27 | - |
| CMYK | 0 | 0.25 | 0.79 | 0.49 |
| HSL | 40.78º | 0.66% | 0.31% | - |
| HSV(B) | 40.78º | 0.79% | 0.51% | - |
| XYZ | 13.68 | 13.37 | 2.9 | - |
| YUV | 98.89 | 87.43 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 97 | 27 | 0 | 0.25 | 0.79 | 0.49 | 40.78 | 0.66 | 0.31 |
| Hex | 82 | 61 | 1B | 0 | 19 | 4F | 31 | 29 | 42 | 1F |
| Octal | 202 | 141 | 33 | 0 | 31 | 117 | 61 | 51 | 102 | 37 |
| Binary | 10000010 | 1100001 | 11011 | 0 | 11001 | 1001111 | 110001 | 101001 | 1000010 | 11111 |
Color Harmonies of #82611B
Complementary color
Monochromatic Colors of #82611B
Black with #82611B
Text Example
Text Example
White with #82611B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82611B; }
p { color: rgb(130,97,27); }
H1.HeaderClassName
{
color: #82611B;
}
.AnyTagClassName
{
color: #82611B;
}
</style>
background-color css
<style>
a { background-color: #82611B; }
a { background-color: rgb(130,97,27); }
div.DivClassName
{
background-color: #82611B;
}
.BgClassName
{
background-color: #82611B;
}
</style>
border-color css
<style>
span { border-color: #82611B; }
span { border-color: rgb(130,97,27); }
td.TdClassName
{
border-color: #82611B;
}
.TagClassName
{
border-color: #82611B;
}
</style>