Shades of Yukon Gold #74600F
Tints of Yukon Gold #74600F
RGB
CMYK
RGB Variations
Color information
#74600F (or 0x74600F) is known color: Yukon Gold. HEX triplet: 74, 60 and 0F. RGB value is (116,96,15). Sum of RGB (Red+Green+Blue) = 116+96+15=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #74600F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74600F is #8B9FF0. Grayscale: #5D5D5D. Windows color (decimal): -9150449 or 1007732. OLE color: 1007732.
HSL color Cylindrical-coordinate representation of color #74600F: hue angle of 48.12º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #74600F is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 96 | 15 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.55 |
| HSL | 48.12º | 0.77% | 0.26% | - |
| HSV(B) | 48.12º | 0.87% | 0.45% | - |
| XYZ | 11.47 | 12.11 | 2.19 | - |
| YUV | 92.75 | 84.13 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 96 | 15 | 0 | 0.17 | 0.87 | 0.55 | 48.12 | 0.77 | 0.26 |
| Hex | 74 | 60 | F | 0 | 11 | 57 | 37 | 30 | 4D | 1A |
| Octal | 164 | 140 | 17 | 0 | 21 | 127 | 67 | 60 | 115 | 32 |
| Binary | 1110100 | 1100000 | 1111 | 0 | 10001 | 1010111 | 110111 | 110000 | 1001101 | 11010 |
Color Harmonies of #74600F
Complementary color
Monochromatic Colors of #74600F
Black with #74600F
Text Example
Text Example
White with #74600F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74600F; }
p { color: rgb(116,96,15); }
H1.HeaderClassName
{
color: #74600F;
}
.AnyTagClassName
{
color: #74600F;
}
</style>
background-color css
<style>
a { background-color: #74600F; }
a { background-color: rgb(116,96,15); }
div.DivClassName
{
background-color: #74600F;
}
.BgClassName
{
background-color: #74600F;
}
</style>
border-color css
<style>
span { border-color: #74600F; }
span { border-color: rgb(116,96,15); }
td.TdClassName
{
border-color: #74600F;
}
.TagClassName
{
border-color: #74600F;
}
</style>