Shades of Yukon Gold #74651B
Tints of Yukon Gold #74651B
RGB
CMYK
RGB Variations
Color information
#74651B (or 0x74651B) is known color: Yukon Gold. HEX triplet: 74, 65 and 1B. RGB value is (116,101,27). Sum of RGB (Red+Green+Blue) = 116+101+27=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 101 (39.84% from 255 or 41.39% from 244); Blue value is 27 (10.94% from 255 or 11.07% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #74651B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74651B is #8B9AE4. Grayscale: #616161. Windows color (decimal): -9149157 or 1795444. OLE color: 1795444.
HSL color Cylindrical-coordinate representation of color #74651B: hue angle of 49.89º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #74651B is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 101 | 27 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.55 |
| HSL | 49.89º | 0.62% | 0.28% | - |
| HSV(B) | 49.89º | 0.77% | 0.45% | - |
| XYZ | 12.05 | 13.1 | 2.93 | - |
| YUV | 97.05 | 88.47 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 101 | 27 | 0 | 0.13 | 0.77 | 0.55 | 49.89 | 0.62 | 0.28 |
| Hex | 74 | 65 | 1B | 0 | D | 4D | 37 | 32 | 3E | 1C |
| Octal | 164 | 145 | 33 | 0 | 15 | 115 | 67 | 62 | 76 | 34 |
| Binary | 1110100 | 1100101 | 11011 | 0 | 1101 | 1001101 | 110111 | 110010 | 111110 | 11100 |
Color Harmonies of #74651B
Complementary color
Monochromatic Colors of #74651B
Black with #74651B
Text Example
Text Example
White with #74651B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74651B; }
p { color: rgb(116,101,27); }
H1.HeaderClassName
{
color: #74651B;
}
.AnyTagClassName
{
color: #74651B;
}
</style>
background-color css
<style>
a { background-color: #74651B; }
a { background-color: rgb(116,101,27); }
div.DivClassName
{
background-color: #74651B;
}
.BgClassName
{
background-color: #74651B;
}
</style>
border-color css
<style>
span { border-color: #74651B; }
span { border-color: rgb(116,101,27); }
td.TdClassName
{
border-color: #74651B;
}
.TagClassName
{
border-color: #74651B;
}
</style>