Shades of Yukon Gold #746521
Tints of Yukon Gold #746521
RGB
CMYK
RGB Variations
Color information
#746521 (or 0x746521) is known color: Yukon Gold. HEX triplet: 74, 65 and 21. RGB value is (116,101,33). Sum of RGB (Red+Green+Blue) = 116+101+33=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 33 (13.28% from 255 or 13.2% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #746521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746521 is #8B9ADE. Grayscale: #626262. Windows color (decimal): -9149151 or 2188660. OLE color: 2188660.
HSL color Cylindrical-coordinate representation of color #746521: hue angle of 49.16º degrees, saturation: 0.56, 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 #746521 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 101 | 33 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.55 |
| HSL | 49.16º | 0.56% | 0.29% | - |
| HSV(B) | 49.16º | 0.72% | 0.45% | - |
| XYZ | 12.13 | 13.13 | 3.33 | - |
| YUV | 97.73 | 91.47 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 101 | 33 | 0 | 0.13 | 0.72 | 0.55 | 49.16 | 0.56 | 0.29 |
| Hex | 74 | 65 | 21 | 0 | D | 48 | 37 | 31 | 38 | 1D |
| Octal | 164 | 145 | 41 | 0 | 15 | 110 | 67 | 61 | 70 | 35 |
| Binary | 1110100 | 1100101 | 100001 | 0 | 1101 | 1001000 | 110111 | 110001 | 111000 | 11101 |
Color Harmonies of #746521
Complementary color
Monochromatic Colors of #746521
Black with #746521
Text Example
Text Example
White with #746521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746521; }
p { color: rgb(116,101,33); }
H1.HeaderClassName
{
color: #746521;
}
.AnyTagClassName
{
color: #746521;
}
</style>
background-color css
<style>
a { background-color: #746521; }
a { background-color: rgb(116,101,33); }
div.DivClassName
{
background-color: #746521;
}
.BgClassName
{
background-color: #746521;
}
</style>
border-color css
<style>
span { border-color: #746521; }
span { border-color: rgb(116,101,33); }
td.TdClassName
{
border-color: #746521;
}
.TagClassName
{
border-color: #746521;
}
</style>