Shades of Yukon Gold #7B6100
Tints of Yukon Gold #7B6100
RGB
CMYK
RGB Variations
Color information
#7B6100 (or 0x7B6100) is known color: Yukon Gold. HEX triplet: 7B, 61 and 00. RGB value is (123,97,0). Sum of RGB (Red+Green+Blue) = 123+97+0=220 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.91% from 220); Green value is 97 (38.28% from 255 or 44.09% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B6100 is #849EFF. Grayscale: #5E5E5E. Windows color (decimal): -8691456 or 24955. OLE color: 24955.
HSL color Cylindrical-coordinate representation of color #7B6100: hue angle of 47.32º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7B6100 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 97 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.52 |
| HSL | 47.32º | 1% | 0.24% | - |
| HSV(B) | 47.32º | 1% | 0.48% | - |
| XYZ | 12.44 | 12.76 | 1.81 | - |
| YUV | 93.72 | 75.11 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 97 | 0 | 0 | 0.21 | 1 | 0.52 | 47.32 | 1 | 0.24 |
| Hex | 7B | 61 | 0 | 0 | 15 | 64 | 34 | 2F | 64 | 18 |
| Octal | 173 | 141 | 0 | 0 | 25 | 144 | 64 | 57 | 144 | 30 |
| Binary | 1111011 | 1100001 | 0 | 0 | 10101 | 1100100 | 110100 | 101111 | 1100100 | 11000 |
Color Harmonies of #7B6100
Complementary color
Monochromatic Colors of #7B6100
Black with #7B6100
Text Example
Text Example
White with #7B6100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6100; }
p { color: rgb(123,97,0); }
H1.HeaderClassName
{
color: #7B6100;
}
.AnyTagClassName
{
color: #7B6100;
}
</style>
background-color css
<style>
a { background-color: #7B6100; }
a { background-color: rgb(123,97,0); }
div.DivClassName
{
background-color: #7B6100;
}
.BgClassName
{
background-color: #7B6100;
}
</style>
border-color css
<style>
span { border-color: #7B6100; }
span { border-color: rgb(123,97,0); }
td.TdClassName
{
border-color: #7B6100;
}
.TagClassName
{
border-color: #7B6100;
}
</style>