Shades of Yukon Gold #746008
Tints of Yukon Gold #746008
RGB
CMYK
RGB Variations
Color information
#746008 (or 0x746008) is known color: Yukon Gold. HEX triplet: 74, 60 and 08. RGB value is (116,96,8). Sum of RGB (Red+Green+Blue) = 116+96+8=220 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.73% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 8 (3.52% from 255 or 3.64% from 220); Max value from RGB is 116 - color contains mainly: red. Hex color #746008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746008 is #8B9FF7. Grayscale: #5C5C5C. Windows color (decimal): -9150456 or 548980. OLE color: 548980.
HSL color Cylindrical-coordinate representation of color #746008: hue angle of 48.89º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #746008 is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 96 | 8 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.55 |
| HSL | 48.89º | 0.87% | 0.24% | - |
| HSV(B) | 48.89º | 0.93% | 0.45% | - |
| XYZ | 11.43 | 12.1 | 1.96 | - |
| YUV | 91.95 | 80.63 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 96 | 8 | 0 | 0.17 | 0.93 | 0.55 | 48.89 | 0.87 | 0.24 |
| Hex | 74 | 60 | 8 | 0 | 11 | 5D | 37 | 31 | 57 | 18 |
| Octal | 164 | 140 | 10 | 0 | 21 | 135 | 67 | 61 | 127 | 30 |
| Binary | 1110100 | 1100000 | 1000 | 0 | 10001 | 1011101 | 110111 | 110001 | 1010111 | 11000 |
Color Harmonies of #746008
Complementary color
Monochromatic Colors of #746008
Black with #746008
Text Example
Text Example
White with #746008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746008; }
p { color: rgb(116,96,8); }
H1.HeaderClassName
{
color: #746008;
}
.AnyTagClassName
{
color: #746008;
}
</style>
background-color css
<style>
a { background-color: #746008; }
a { background-color: rgb(116,96,8); }
div.DivClassName
{
background-color: #746008;
}
.BgClassName
{
background-color: #746008;
}
</style>
border-color css
<style>
span { border-color: #746008; }
span { border-color: rgb(116,96,8); }
td.TdClassName
{
border-color: #746008;
}
.TagClassName
{
border-color: #746008;
}
</style>