Shades of Yukon Gold #746520
Tints of Yukon Gold #746520
RGB
CMYK
RGB Variations
Color information
#746520 (or 0x746520) is known color: Yukon Gold. HEX triplet: 74, 65 and 20. RGB value is (116,101,32). Sum of RGB (Red+Green+Blue) = 116+101+32=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 101 (39.84% from 255 or 40.56% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 116 - color contains mainly: red. Hex color #746520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746520 is #8B9ADF. Grayscale: #616161. Windows color (decimal): -9149152 or 2123124. OLE color: 2123124.
HSL color Cylindrical-coordinate representation of color #746520: hue angle of 49.29º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #746520 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 101 | 32 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.55 |
| HSL | 49.29º | 0.57% | 0.29% | - |
| HSV(B) | 49.29º | 0.72% | 0.45% | - |
| XYZ | 12.12 | 13.12 | 3.26 | - |
| YUV | 97.62 | 90.97 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 101 | 32 | 0 | 0.13 | 0.72 | 0.55 | 49.29 | 0.57 | 0.29 |
| Hex | 74 | 65 | 20 | 0 | D | 48 | 37 | 31 | 39 | 1D |
| Octal | 164 | 145 | 40 | 0 | 15 | 110 | 67 | 61 | 71 | 35 |
| Binary | 1110100 | 1100101 | 100000 | 0 | 1101 | 1001000 | 110111 | 110001 | 111001 | 11101 |
Color Harmonies of #746520
Complementary color
Monochromatic Colors of #746520
Black with #746520
Text Example
Text Example
White with #746520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746520; }
p { color: rgb(116,101,32); }
H1.HeaderClassName
{
color: #746520;
}
.AnyTagClassName
{
color: #746520;
}
</style>
background-color css
<style>
a { background-color: #746520; }
a { background-color: rgb(116,101,32); }
div.DivClassName
{
background-color: #746520;
}
.BgClassName
{
background-color: #746520;
}
</style>
border-color css
<style>
span { border-color: #746520; }
span { border-color: rgb(116,101,32); }
td.TdClassName
{
border-color: #746520;
}
.TagClassName
{
border-color: #746520;
}
</style>