Shades of Yukon Gold #76681A
Tints of Yukon Gold #76681A
RGB
CMYK
RGB Variations
Color information
#76681A (or 0x76681A) is known color: Yukon Gold. HEX triplet: 76, 68 and 1A. RGB value is (118,104,26). Sum of RGB (Red+Green+Blue) = 118+104+26=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 104 (41.02% from 255 or 41.94% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #76681A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76681A is #8997E5. Grayscale: #636363. Windows color (decimal): -9017318 or 1730678. OLE color: 1730678.
HSL color Cylindrical-coordinate representation of color #76681A: hue angle of 50.87º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #76681A is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 104 | 26 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.54 |
| HSL | 50.87º | 0.64% | 0.28% | - |
| HSV(B) | 50.87º | 0.78% | 0.46% | - |
| XYZ | 12.61 | 13.83 | 2.98 | - |
| YUV | 99.29 | 86.64 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 104 | 26 | 0 | 0.12 | 0.78 | 0.54 | 50.87 | 0.64 | 0.28 |
| Hex | 76 | 68 | 1A | 0 | C | 4E | 36 | 33 | 40 | 1C |
| Octal | 166 | 150 | 32 | 0 | 14 | 116 | 66 | 63 | 100 | 34 |
| Binary | 1110110 | 1101000 | 11010 | 0 | 1100 | 1001110 | 110110 | 110011 | 1000000 | 11100 |
Color Harmonies of #76681A
Complementary color
Monochromatic Colors of #76681A
Black with #76681A
Text Example
Text Example
White with #76681A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76681A; }
p { color: rgb(118,104,26); }
H1.HeaderClassName
{
color: #76681A;
}
.AnyTagClassName
{
color: #76681A;
}
</style>
background-color css
<style>
a { background-color: #76681A; }
a { background-color: rgb(118,104,26); }
div.DivClassName
{
background-color: #76681A;
}
.BgClassName
{
background-color: #76681A;
}
</style>
border-color css
<style>
span { border-color: #76681A; }
span { border-color: rgb(118,104,26); }
td.TdClassName
{
border-color: #76681A;
}
.TagClassName
{
border-color: #76681A;
}
</style>