Shades of Yukon Gold #7B6605
Tints of Yukon Gold #7B6605
RGB
CMYK
RGB Variations
Color information
#7B6605 (or 0x7B6605) is known color: Yukon Gold. HEX triplet: 7B, 66 and 05. RGB value is (123,102,5). Sum of RGB (Red+Green+Blue) = 123+102+5=230 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.48% from 230); Green value is 102 (40.23% from 255 or 44.35% from 230); Blue value is 5 (2.34% from 255 or 2.17% from 230); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B6605 is #8499FA. Grayscale: #616161. Windows color (decimal): -8690171 or 353915. OLE color: 353915.
HSL color Cylindrical-coordinate representation of color #7B6605: hue angle of 49.32º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B6605 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 102 | 5 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.52 |
| HSL | 49.32º | 0.92% | 0.25% | - |
| HSV(B) | 49.32º | 0.96% | 0.48% | - |
| XYZ | 12.95 | 13.72 | 2.11 | - |
| YUV | 97.22 | 75.96 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 102 | 5 | 0 | 0.17 | 0.96 | 0.52 | 49.32 | 0.92 | 0.25 |
| Hex | 7B | 66 | 5 | 0 | 11 | 60 | 34 | 31 | 5C | 19 |
| Octal | 173 | 146 | 5 | 0 | 21 | 140 | 64 | 61 | 134 | 31 |
| Binary | 1111011 | 1100110 | 101 | 0 | 10001 | 1100000 | 110100 | 110001 | 1011100 | 11001 |
Color Harmonies of #7B6605
Complementary color
Monochromatic Colors of #7B6605
Black with #7B6605
Text Example
Text Example
White with #7B6605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6605; }
p { color: rgb(123,102,5); }
H1.HeaderClassName
{
color: #7B6605;
}
.AnyTagClassName
{
color: #7B6605;
}
</style>
background-color css
<style>
a { background-color: #7B6605; }
a { background-color: rgb(123,102,5); }
div.DivClassName
{
background-color: #7B6605;
}
.BgClassName
{
background-color: #7B6605;
}
</style>
border-color css
<style>
span { border-color: #7B6605; }
span { border-color: rgb(123,102,5); }
td.TdClassName
{
border-color: #7B6605;
}
.TagClassName
{
border-color: #7B6605;
}
</style>