Shades of Yukon Gold #746105
Tints of Yukon Gold #746105
RGB
CMYK
RGB Variations
Color information
#746105 (or 0x746105) is known color: Yukon Gold. HEX triplet: 74, 61 and 05. RGB value is (116,97,5). Sum of RGB (Red+Green+Blue) = 116+97+5=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 5 (2.34% from 255 or 2.29% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #746105 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746105 is #8B9EFA. Grayscale: #5C5C5C. Windows color (decimal): -9150203 or 352628. OLE color: 352628.
HSL color Cylindrical-coordinate representation of color #746105: hue angle of 49.73º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #746105 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 97 | 5 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.55 |
| HSL | 49.73º | 0.92% | 0.24% | - |
| HSV(B) | 49.73º | 0.96% | 0.45% | - |
| XYZ | 11.5 | 12.27 | 1.91 | - |
| YUV | 92.19 | 78.79 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 97 | 5 | 0 | 0.16 | 0.96 | 0.55 | 49.73 | 0.92 | 0.24 |
| Hex | 74 | 61 | 5 | 0 | 10 | 60 | 37 | 32 | 5C | 18 |
| Octal | 164 | 141 | 5 | 0 | 20 | 140 | 67 | 62 | 134 | 30 |
| Binary | 1110100 | 1100001 | 101 | 0 | 10000 | 1100000 | 110111 | 110010 | 1011100 | 11000 |
Color Harmonies of #746105
Complementary color
Monochromatic Colors of #746105
Black with #746105
Text Example
Text Example
White with #746105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746105; }
p { color: rgb(116,97,5); }
H1.HeaderClassName
{
color: #746105;
}
.AnyTagClassName
{
color: #746105;
}
</style>
background-color css
<style>
a { background-color: #746105; }
a { background-color: rgb(116,97,5); }
div.DivClassName
{
background-color: #746105;
}
.BgClassName
{
background-color: #746105;
}
</style>
border-color css
<style>
span { border-color: #746105; }
span { border-color: rgb(116,97,5); }
td.TdClassName
{
border-color: #746105;
}
.TagClassName
{
border-color: #746105;
}
</style>