Shades of Yukon Gold #746110
Tints of Yukon Gold #746110
RGB
CMYK
RGB Variations
Color information
#746110 (or 0x746110) is known color: Yukon Gold. HEX triplet: 74, 61 and 10. RGB value is (116,97,16). Sum of RGB (Red+Green+Blue) = 116+97+16=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 97 (38.28% from 255 or 42.36% from 229); Blue value is 16 (6.64% from 255 or 6.99% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #746110 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746110 is #8B9EEF. Grayscale: #5D5D5D. Windows color (decimal): -9150192 or 1073524. OLE color: 1073524.
HSL color Cylindrical-coordinate representation of color #746110: hue angle of 48.6º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #746110 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 97 | 16 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.55 |
| HSL | 48.6º | 0.76% | 0.26% | - |
| HSV(B) | 48.6º | 0.86% | 0.45% | - |
| XYZ | 11.57 | 12.3 | 2.25 | - |
| YUV | 93.45 | 84.29 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 97 | 16 | 0 | 0.16 | 0.86 | 0.55 | 48.6 | 0.76 | 0.26 |
| Hex | 74 | 61 | 10 | 0 | 10 | 56 | 37 | 31 | 4C | 1A |
| Octal | 164 | 141 | 20 | 0 | 20 | 126 | 67 | 61 | 114 | 32 |
| Binary | 1110100 | 1100001 | 10000 | 0 | 10000 | 1010110 | 110111 | 110001 | 1001100 | 11010 |
Color Harmonies of #746110
Complementary color
Monochromatic Colors of #746110
Black with #746110
Text Example
Text Example
White with #746110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746110; }
p { color: rgb(116,97,16); }
H1.HeaderClassName
{
color: #746110;
}
.AnyTagClassName
{
color: #746110;
}
</style>
background-color css
<style>
a { background-color: #746110; }
a { background-color: rgb(116,97,16); }
div.DivClassName
{
background-color: #746110;
}
.BgClassName
{
background-color: #746110;
}
</style>
border-color css
<style>
span { border-color: #746110; }
span { border-color: rgb(116,97,16); }
td.TdClassName
{
border-color: #746110;
}
.TagClassName
{
border-color: #746110;
}
</style>