Shades of Yukon Gold #746511
Tints of Yukon Gold #746511
RGB
CMYK
RGB Variations
Color information
#746511 (or 0x746511) is known color: Yukon Gold. HEX triplet: 74, 65 and 11. RGB value is (116,101,17). Sum of RGB (Red+Green+Blue) = 116+101+17=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 101 (39.84% from 255 or 43.16% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #746511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746511 is #8B9AEE. Grayscale: #606060. Windows color (decimal): -9149167 or 1140084. OLE color: 1140084.
HSL color Cylindrical-coordinate representation of color #746511: hue angle of 50.91º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #746511 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 101 | 17 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.55 |
| HSL | 50.91º | 0.74% | 0.26% | - |
| HSV(B) | 50.91º | 0.85% | 0.45% | - |
| XYZ | 11.96 | 13.06 | 2.42 | - |
| YUV | 95.91 | 83.47 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 101 | 17 | 0 | 0.13 | 0.85 | 0.55 | 50.91 | 0.74 | 0.26 |
| Hex | 74 | 65 | 11 | 0 | D | 55 | 37 | 33 | 4A | 1A |
| Octal | 164 | 145 | 21 | 0 | 15 | 125 | 67 | 63 | 112 | 32 |
| Binary | 1110100 | 1100101 | 10001 | 0 | 1101 | 1010101 | 110111 | 110011 | 1001010 | 11010 |
Color Harmonies of #746511
Complementary color
Monochromatic Colors of #746511
Black with #746511
Text Example
Text Example
White with #746511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746511; }
p { color: rgb(116,101,17); }
H1.HeaderClassName
{
color: #746511;
}
.AnyTagClassName
{
color: #746511;
}
</style>
background-color css
<style>
a { background-color: #746511; }
a { background-color: rgb(116,101,17); }
div.DivClassName
{
background-color: #746511;
}
.BgClassName
{
background-color: #746511;
}
</style>
border-color css
<style>
span { border-color: #746511; }
span { border-color: rgb(116,101,17); }
td.TdClassName
{
border-color: #746511;
}
.TagClassName
{
border-color: #746511;
}
</style>