Shades of Yukon Gold #746112
Tints of Yukon Gold #746112
RGB
CMYK
RGB Variations
Color information
#746112 (or 0x746112) is known color: Yukon Gold. HEX triplet: 74, 61 and 12. RGB value is (116,97,18). Sum of RGB (Red+Green+Blue) = 116+97+18=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 97 (38.28% from 255 or 41.99% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #746112 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746112 is #8B9EED. Grayscale: #5E5E5E. Windows color (decimal): -9150190 or 1204596. OLE color: 1204596.
HSL color Cylindrical-coordinate representation of color #746112: hue angle of 48.37º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #746112 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 97 | 18 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.55 |
| HSL | 48.37º | 0.73% | 0.26% | - |
| HSV(B) | 48.37º | 0.84% | 0.45% | - |
| XYZ | 11.59 | 12.31 | 2.34 | - |
| YUV | 93.68 | 85.29 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 97 | 18 | 0 | 0.16 | 0.84 | 0.55 | 48.37 | 0.73 | 0.26 |
| Hex | 74 | 61 | 12 | 0 | 10 | 54 | 37 | 30 | 49 | 1A |
| Octal | 164 | 141 | 22 | 0 | 20 | 124 | 67 | 60 | 111 | 32 |
| Binary | 1110100 | 1100001 | 10010 | 0 | 10000 | 1010100 | 110111 | 110000 | 1001001 | 11010 |
Color Harmonies of #746112
Complementary color
Monochromatic Colors of #746112
Black with #746112
Text Example
Text Example
White with #746112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746112; }
p { color: rgb(116,97,18); }
H1.HeaderClassName
{
color: #746112;
}
.AnyTagClassName
{
color: #746112;
}
</style>
background-color css
<style>
a { background-color: #746112; }
a { background-color: rgb(116,97,18); }
div.DivClassName
{
background-color: #746112;
}
.BgClassName
{
background-color: #746112;
}
</style>
border-color css
<style>
span { border-color: #746112; }
span { border-color: rgb(116,97,18); }
td.TdClassName
{
border-color: #746112;
}
.TagClassName
{
border-color: #746112;
}
</style>