Shades of Yukon Gold #746113
Tints of Yukon Gold #746113
RGB
CMYK
RGB Variations
Color information
#746113 (or 0x746113) is known color: Yukon Gold. HEX triplet: 74, 61 and 13. RGB value is (116,97,19). Sum of RGB (Red+Green+Blue) = 116+97+19=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 97 (38.28% from 255 or 41.81% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #746113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746113 is #8B9EEC. Grayscale: #5E5E5E. Windows color (decimal): -9150189 or 1270132. OLE color: 1270132.
HSL color Cylindrical-coordinate representation of color #746113: hue angle of 48.25º degrees, saturation: 0.72, 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 #746113 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 97 | 19 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.55 |
| HSL | 48.25º | 0.72% | 0.26% | - |
| HSV(B) | 48.25º | 0.84% | 0.45% | - |
| XYZ | 11.59 | 12.31 | 2.38 | - |
| YUV | 93.79 | 85.79 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 97 | 19 | 0 | 0.16 | 0.84 | 0.55 | 48.25 | 0.72 | 0.26 |
| Hex | 74 | 61 | 13 | 0 | 10 | 54 | 37 | 30 | 48 | 1A |
| Octal | 164 | 141 | 23 | 0 | 20 | 124 | 67 | 60 | 110 | 32 |
| Binary | 1110100 | 1100001 | 10011 | 0 | 10000 | 1010100 | 110111 | 110000 | 1001000 | 11010 |
Color Harmonies of #746113
Complementary color
Monochromatic Colors of #746113
Black with #746113
Text Example
Text Example
White with #746113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746113; }
p { color: rgb(116,97,19); }
H1.HeaderClassName
{
color: #746113;
}
.AnyTagClassName
{
color: #746113;
}
</style>
background-color css
<style>
a { background-color: #746113; }
a { background-color: rgb(116,97,19); }
div.DivClassName
{
background-color: #746113;
}
.BgClassName
{
background-color: #746113;
}
</style>
border-color css
<style>
span { border-color: #746113; }
span { border-color: rgb(116,97,19); }
td.TdClassName
{
border-color: #746113;
}
.TagClassName
{
border-color: #746113;
}
</style>