Shades of Yukon Gold #7B6A26
Tints of Yukon Gold #7B6A26
RGB
CMYK
RGB Variations
Color information
#7B6A26 (or 0x7B6A26) is known color: Yukon Gold. HEX triplet: 7B, 6A and 26. RGB value is (123,106,38). Sum of RGB (Red+Green+Blue) = 123+106+38=267 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.07% from 267); Green value is 106 (41.80% from 255 or 39.70% from 267); Blue value is 38 (15.23% from 255 or 14.23% from 267); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6A26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6A26 is #8495D9. Grayscale: #676767. Windows color (decimal): -8689114 or 2517627. OLE color: 2517627.
HSL color Cylindrical-coordinate representation of color #7B6A26: hue angle of 48º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7B6A26 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 106 | 38 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.52 |
| HSL | 48º | 0.53% | 0.32% | - |
| HSV(B) | 48º | 0.69% | 0.48% | - |
| XYZ | 13.67 | 14.66 | 3.94 | - |
| YUV | 103.33 | 91.13 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 106 | 38 | 0 | 0.14 | 0.69 | 0.52 | 48 | 0.53 | 0.32 |
| Hex | 7B | 6A | 26 | 0 | E | 45 | 34 | 30 | 35 | 20 |
| Octal | 173 | 152 | 46 | 0 | 16 | 105 | 64 | 60 | 65 | 40 |
| Binary | 1111011 | 1101010 | 100110 | 0 | 1110 | 1000101 | 110100 | 110000 | 110101 | 100000 |
Color Harmonies of #7B6A26
Complementary color
Monochromatic Colors of #7B6A26
Black with #7B6A26
Text Example
Text Example
White with #7B6A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6A26; }
p { color: rgb(123,106,38); }
H1.HeaderClassName
{
color: #7B6A26;
}
.AnyTagClassName
{
color: #7B6A26;
}
</style>
background-color css
<style>
a { background-color: #7B6A26; }
a { background-color: rgb(123,106,38); }
div.DivClassName
{
background-color: #7B6A26;
}
.BgClassName
{
background-color: #7B6A26;
}
</style>
border-color css
<style>
span { border-color: #7B6A26; }
span { border-color: rgb(123,106,38); }
td.TdClassName
{
border-color: #7B6A26;
}
.TagClassName
{
border-color: #7B6A26;
}
</style>