Shades of Yukon Gold #7B6626
Tints of Yukon Gold #7B6626
RGB
CMYK
RGB Variations
Color information
#7B6626 (or 0x7B6626) is known color: Yukon Gold. HEX triplet: 7B, 66 and 26. RGB value is (123,102,38). Sum of RGB (Red+Green+Blue) = 123+102+38=263 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.77% from 263); Green value is 102 (40.23% from 255 or 38.78% from 263); Blue value is 38 (15.23% from 255 or 14.45% from 263); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6626 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6626 is #8499D9. Grayscale: #656565. Windows color (decimal): -8690138 or 2516603. OLE color: 2516603.
HSL color Cylindrical-coordinate representation of color #7B6626: hue angle of 45.18º 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 #7B6626 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 102 | 38 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.52 |
| HSL | 45.18º | 0.53% | 0.32% | - |
| HSV(B) | 45.18º | 0.69% | 0.48% | - |
| XYZ | 13.27 | 13.85 | 3.81 | - |
| YUV | 100.98 | 92.46 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 102 | 38 | 0 | 0.17 | 0.69 | 0.52 | 45.18 | 0.53 | 0.32 |
| Hex | 7B | 66 | 26 | 0 | 11 | 45 | 34 | 2D | 35 | 20 |
| Octal | 173 | 146 | 46 | 0 | 21 | 105 | 64 | 55 | 65 | 40 |
| Binary | 1111011 | 1100110 | 100110 | 0 | 10001 | 1000101 | 110100 | 101101 | 110101 | 100000 |
Color Harmonies of #7B6626
Complementary color
Monochromatic Colors of #7B6626
Black with #7B6626
Text Example
Text Example
White with #7B6626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6626; }
p { color: rgb(123,102,38); }
H1.HeaderClassName
{
color: #7B6626;
}
.AnyTagClassName
{
color: #7B6626;
}
</style>
background-color css
<style>
a { background-color: #7B6626; }
a { background-color: rgb(123,102,38); }
div.DivClassName
{
background-color: #7B6626;
}
.BgClassName
{
background-color: #7B6626;
}
</style>
border-color css
<style>
span { border-color: #7B6626; }
span { border-color: rgb(123,102,38); }
td.TdClassName
{
border-color: #7B6626;
}
.TagClassName
{
border-color: #7B6626;
}
</style>