Shades of Yukon Gold #776409
Tints of Yukon Gold #776409
RGB
CMYK
RGB Variations
Color information
#776409 (or 0x776409) is known color: Yukon Gold. HEX triplet: 77, 64 and 09. RGB value is (119,100,9). Sum of RGB (Red+Green+Blue) = 119+100+9=228 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.19% from 228); Green value is 100 (39.45% from 255 or 43.86% from 228); Blue value is 9 (3.91% from 255 or 3.95% from 228); Max value from RGB is 119 - color contains mainly: red. Hex color #776409 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776409 is #889BF6. Grayscale: #5F5F5F. Windows color (decimal): -8952823 or 615543. OLE color: 615543.
HSL color Cylindrical-coordinate representation of color #776409: hue angle of 49.64º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #776409 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 100 | 9 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.53 |
| HSL | 49.64º | 0.86% | 0.25% | - |
| HSV(B) | 49.64º | 0.92% | 0.47% | - |
| XYZ | 12.21 | 13.06 | 2.13 | - |
| YUV | 95.31 | 79.29 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 100 | 9 | 0 | 0.16 | 0.92 | 0.53 | 49.64 | 0.86 | 0.25 |
| Hex | 77 | 64 | 9 | 0 | 10 | 5C | 35 | 32 | 56 | 19 |
| Octal | 167 | 144 | 11 | 0 | 20 | 134 | 65 | 62 | 126 | 31 |
| Binary | 1110111 | 1100100 | 1001 | 0 | 10000 | 1011100 | 110101 | 110010 | 1010110 | 11001 |
Color Harmonies of #776409
Complementary color
Monochromatic Colors of #776409
Black with #776409
Text Example
Text Example
White with #776409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776409; }
p { color: rgb(119,100,9); }
H1.HeaderClassName
{
color: #776409;
}
.AnyTagClassName
{
color: #776409;
}
</style>
background-color css
<style>
a { background-color: #776409; }
a { background-color: rgb(119,100,9); }
div.DivClassName
{
background-color: #776409;
}
.BgClassName
{
background-color: #776409;
}
</style>
border-color css
<style>
span { border-color: #776409; }
span { border-color: rgb(119,100,9); }
td.TdClassName
{
border-color: #776409;
}
.TagClassName
{
border-color: #776409;
}
</style>