Shades of Yukon Gold #816E18
Tints of Yukon Gold #816E18
RGB
CMYK
RGB Variations
Color information
#816E18 (or 0x816E18) is known color: Yukon Gold. HEX triplet: 81, 6E and 18. RGB value is (129,110,24). Sum of RGB (Red+Green+Blue) = 129+110+24=263 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.05% from 263); Green value is 110 (43.36% from 255 or 41.83% from 263); Blue value is 24 (9.77% from 255 or 9.13% from 263); Max value from RGB is 129 - color contains mainly: red. Hex color #816E18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816E18 is #7E91E7. Grayscale: #6A6A6A. Windows color (decimal): -8294888 or 1601153. OLE color: 1601153.
HSL color Cylindrical-coordinate representation of color #816E18: hue angle of 49.14º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #816E18 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 110 | 24 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.49 |
| HSL | 49.14º | 0.69% | 0.3% | - |
| HSV(B) | 49.14º | 0.81% | 0.51% | - |
| XYZ | 14.79 | 15.88 | 3.15 | - |
| YUV | 105.88 | 81.79 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 110 | 24 | 0 | 0.15 | 0.81 | 0.49 | 49.14 | 0.69 | 0.3 |
| Hex | 81 | 6E | 18 | 0 | F | 51 | 31 | 31 | 45 | 1E |
| Octal | 201 | 156 | 30 | 0 | 17 | 121 | 61 | 61 | 105 | 36 |
| Binary | 10000001 | 1101110 | 11000 | 0 | 1111 | 1010001 | 110001 | 110001 | 1000101 | 11110 |
Color Harmonies of #816E18
Complementary color
Monochromatic Colors of #816E18
Black with #816E18
Text Example
Text Example
White with #816E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816E18; }
p { color: rgb(129,110,24); }
H1.HeaderClassName
{
color: #816E18;
}
.AnyTagClassName
{
color: #816E18;
}
</style>
background-color css
<style>
a { background-color: #816E18; }
a { background-color: rgb(129,110,24); }
div.DivClassName
{
background-color: #816E18;
}
.BgClassName
{
background-color: #816E18;
}
</style>
border-color css
<style>
span { border-color: #816E18; }
span { border-color: rgb(129,110,24); }
td.TdClassName
{
border-color: #816E18;
}
.TagClassName
{
border-color: #816E18;
}
</style>