Shades of Yukon Gold #7B6103
Tints of Yukon Gold #7B6103
RGB
CMYK
RGB Variations
Color information
#7B6103 (or 0x7B6103) is known color: Yukon Gold. HEX triplet: 7B, 61 and 03. RGB value is (123,97,3). Sum of RGB (Red+Green+Blue) = 123+97+3=223 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.16% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 3 (1.56% from 255 or 1.35% from 223); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6103 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B6103 is #849EFC. Grayscale: #5E5E5E. Windows color (decimal): -8691453 or 221563. OLE color: 221563.
HSL color Cylindrical-coordinate representation of color #7B6103: hue angle of 47º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B6103 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 97 | 3 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.52 |
| HSL | 47º | 0.95% | 0.25% | - |
| HSV(B) | 47º | 0.98% | 0.48% | - |
| XYZ | 12.46 | 12.77 | 1.89 | - |
| YUV | 94.06 | 76.61 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 97 | 3 | 0 | 0.21 | 0.98 | 0.52 | 47 | 0.95 | 0.25 |
| Hex | 7B | 61 | 3 | 0 | 15 | 62 | 34 | 2F | 5F | 19 |
| Octal | 173 | 141 | 3 | 0 | 25 | 142 | 64 | 57 | 137 | 31 |
| Binary | 1111011 | 1100001 | 11 | 0 | 10101 | 1100010 | 110100 | 101111 | 1011111 | 11001 |
Color Harmonies of #7B6103
Complementary color
Monochromatic Colors of #7B6103
Black with #7B6103
Text Example
Text Example
White with #7B6103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6103; }
p { color: rgb(123,97,3); }
H1.HeaderClassName
{
color: #7B6103;
}
.AnyTagClassName
{
color: #7B6103;
}
</style>
background-color css
<style>
a { background-color: #7B6103; }
a { background-color: rgb(123,97,3); }
div.DivClassName
{
background-color: #7B6103;
}
.BgClassName
{
background-color: #7B6103;
}
</style>
border-color css
<style>
span { border-color: #7B6103; }
span { border-color: rgb(123,97,3); }
td.TdClassName
{
border-color: #7B6103;
}
.TagClassName
{
border-color: #7B6103;
}
</style>