Shades of Yukon Gold #7B6911
Tints of Yukon Gold #7B6911
RGB
CMYK
RGB Variations
Color information
#7B6911 (or 0x7B6911) is known color: Yukon Gold. HEX triplet: 7B, 69 and 11. RGB value is (123,105,17). Sum of RGB (Red+Green+Blue) = 123+105+17=245 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.20% from 245); Green value is 105 (41.41% from 255 or 42.86% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6911 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B6911 is #8496EE. Grayscale: #646464. Windows color (decimal): -8689391 or 1141115. OLE color: 1141115.
HSL color Cylindrical-coordinate representation of color #7B6911: hue angle of 49.81º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7B6911 is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 105 | 17 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.52 |
| HSL | 49.81º | 0.76% | 0.27% | - |
| HSV(B) | 49.81º | 0.86% | 0.48% | - |
| XYZ | 13.32 | 14.35 | 2.6 | - |
| YUV | 100.35 | 80.96 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 105 | 17 | 0 | 0.15 | 0.86 | 0.52 | 49.81 | 0.76 | 0.27 |
| Hex | 7B | 69 | 11 | 0 | F | 56 | 34 | 32 | 4C | 1B |
| Octal | 173 | 151 | 21 | 0 | 17 | 126 | 64 | 62 | 114 | 33 |
| Binary | 1111011 | 1101001 | 10001 | 0 | 1111 | 1010110 | 110100 | 110010 | 1001100 | 11011 |
Color Harmonies of #7B6911
Complementary color
Monochromatic Colors of #7B6911
Black with #7B6911
Text Example
Text Example
White with #7B6911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6911; }
p { color: rgb(123,105,17); }
H1.HeaderClassName
{
color: #7B6911;
}
.AnyTagClassName
{
color: #7B6911;
}
</style>
background-color css
<style>
a { background-color: #7B6911; }
a { background-color: rgb(123,105,17); }
div.DivClassName
{
background-color: #7B6911;
}
.BgClassName
{
background-color: #7B6911;
}
</style>
border-color css
<style>
span { border-color: #7B6911; }
span { border-color: rgb(123,105,17); }
td.TdClassName
{
border-color: #7B6911;
}
.TagClassName
{
border-color: #7B6911;
}
</style>