Shades of Yukon Gold #81660B
Tints of Yukon Gold #81660B
RGB
CMYK
RGB Variations
Color information
#81660B (or 0x81660B) is known color: Yukon Gold. HEX triplet: 81, 66 and 0B. RGB value is (129,102,11). Sum of RGB (Red+Green+Blue) = 129+102+11=242 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.31% from 242); Green value is 102 (40.23% from 255 or 42.15% from 242); Blue value is 11 (4.69% from 255 or 4.55% from 242); Max value from RGB is 129 - color contains mainly: red. Hex color #81660B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #81660B is #7E99F4. Grayscale: #646464. Windows color (decimal): -8296949 or 747137. OLE color: 747137.
HSL color Cylindrical-coordinate representation of color #81660B: hue angle of 46.27º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #81660B is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 102 | 11 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.49 |
| HSL | 46.27º | 0.84% | 0.27% | - |
| HSV(B) | 46.27º | 0.91% | 0.51% | - |
| XYZ | 13.87 | 14.19 | 2.33 | - |
| YUV | 99.7 | 77.95 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 102 | 11 | 0 | 0.21 | 0.91 | 0.49 | 46.27 | 0.84 | 0.27 |
| Hex | 81 | 66 | B | 0 | 15 | 5B | 31 | 2E | 54 | 1B |
| Octal | 201 | 146 | 13 | 0 | 25 | 133 | 61 | 56 | 124 | 33 |
| Binary | 10000001 | 1100110 | 1011 | 0 | 10101 | 1011011 | 110001 | 101110 | 1010100 | 11011 |
Color Harmonies of #81660B
Complementary color
Monochromatic Colors of #81660B
Black with #81660B
Text Example
Text Example
White with #81660B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81660B; }
p { color: rgb(129,102,11); }
H1.HeaderClassName
{
color: #81660B;
}
.AnyTagClassName
{
color: #81660B;
}
</style>
background-color css
<style>
a { background-color: #81660B; }
a { background-color: rgb(129,102,11); }
div.DivClassName
{
background-color: #81660B;
}
.BgClassName
{
background-color: #81660B;
}
</style>
border-color css
<style>
span { border-color: #81660B; }
span { border-color: rgb(129,102,11); }
td.TdClassName
{
border-color: #81660B;
}
.TagClassName
{
border-color: #81660B;
}
</style>