Shades of Yukon Gold #74651D
Tints of Yukon Gold #74651D
RGB
CMYK
RGB Variations
Color information
#74651D (or 0x74651D) is known color: Yukon Gold. HEX triplet: 74, 65 and 1D. RGB value is (116,101,29). Sum of RGB (Red+Green+Blue) = 116+101+29=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 101 (39.84% from 255 or 41.06% from 246); Blue value is 29 (11.72% from 255 or 11.79% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #74651D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74651D is #8B9AE2. Grayscale: #616161. Windows color (decimal): -9149155 or 1926516. OLE color: 1926516.
HSL color Cylindrical-coordinate representation of color #74651D: hue angle of 49.66º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74651D is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 101 | 29 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.55 |
| HSL | 49.66º | 0.6% | 0.28% | - |
| HSV(B) | 49.66º | 0.75% | 0.45% | - |
| XYZ | 12.08 | 13.11 | 3.06 | - |
| YUV | 97.28 | 89.47 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 101 | 29 | 0 | 0.13 | 0.75 | 0.55 | 49.66 | 0.6 | 0.28 |
| Hex | 74 | 65 | 1D | 0 | D | 4B | 37 | 32 | 3C | 1C |
| Octal | 164 | 145 | 35 | 0 | 15 | 113 | 67 | 62 | 74 | 34 |
| Binary | 1110100 | 1100101 | 11101 | 0 | 1101 | 1001011 | 110111 | 110010 | 111100 | 11100 |
Color Harmonies of #74651D
Complementary color
Monochromatic Colors of #74651D
Black with #74651D
Text Example
Text Example
White with #74651D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74651D; }
p { color: rgb(116,101,29); }
H1.HeaderClassName
{
color: #74651D;
}
.AnyTagClassName
{
color: #74651D;
}
</style>
background-color css
<style>
a { background-color: #74651D; }
a { background-color: rgb(116,101,29); }
div.DivClassName
{
background-color: #74651D;
}
.BgClassName
{
background-color: #74651D;
}
</style>
border-color css
<style>
span { border-color: #74651D; }
span { border-color: rgb(116,101,29); }
td.TdClassName
{
border-color: #74651D;
}
.TagClassName
{
border-color: #74651D;
}
</style>