Shades of Yukon Gold #82651B
Tints of Yukon Gold #82651B
RGB
CMYK
RGB Variations
Color information
#82651B (or 0x82651B) is known color: Yukon Gold. HEX triplet: 82, 65 and 1B. RGB value is (130,101,27). Sum of RGB (Red+Green+Blue) = 130+101+27=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 101 (39.84% from 255 or 39.15% from 258); Blue value is 27 (10.94% from 255 or 10.47% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #82651B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82651B is #7D9AE4. Grayscale: #656565. Windows color (decimal): -8231653 or 1795458. OLE color: 1795458.
HSL color Cylindrical-coordinate representation of color #82651B: hue angle of 43.11º 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 #82651B is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 101 | 27 | - |
| CMYK | 0 | 0.22 | 0.79 | 0.49 |
| HSL | 43.11º | 0.66% | 0.31% | - |
| HSV(B) | 43.11º | 0.79% | 0.51% | - |
| XYZ | 14.06 | 14.13 | 3.02 | - |
| YUV | 101.24 | 86.11 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 101 | 27 | 0 | 0.22 | 0.79 | 0.49 | 43.11 | 0.66 | 0.31 |
| Hex | 82 | 65 | 1B | 0 | 16 | 4F | 31 | 2B | 42 | 1F |
| Octal | 202 | 145 | 33 | 0 | 26 | 117 | 61 | 53 | 102 | 37 |
| Binary | 10000010 | 1100101 | 11011 | 0 | 10110 | 1001111 | 110001 | 101011 | 1000010 | 11111 |
Color Harmonies of #82651B
Complementary color
Monochromatic Colors of #82651B
Black with #82651B
Text Example
Text Example
White with #82651B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82651B; }
p { color: rgb(130,101,27); }
H1.HeaderClassName
{
color: #82651B;
}
.AnyTagClassName
{
color: #82651B;
}
</style>
background-color css
<style>
a { background-color: #82651B; }
a { background-color: rgb(130,101,27); }
div.DivClassName
{
background-color: #82651B;
}
.BgClassName
{
background-color: #82651B;
}
</style>
border-color css
<style>
span { border-color: #82651B; }
span { border-color: rgb(130,101,27); }
td.TdClassName
{
border-color: #82651B;
}
.TagClassName
{
border-color: #82651B;
}
</style>