Shades of Yukon Gold #7B6305
Tints of Yukon Gold #7B6305
RGB
CMYK
RGB Variations
Color information
#7B6305 (or 0x7B6305) is known color: Yukon Gold. HEX triplet: 7B, 63 and 05. RGB value is (123,99,5). Sum of RGB (Red+Green+Blue) = 123+99+5=227 (30% of max value = 765). Red value is 123 (48.44% from 255 or 54.19% from 227); Green value is 99 (39.06% from 255 or 43.61% from 227); Blue value is 5 (2.34% from 255 or 2.20% from 227); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B6305 is #849CFA. Grayscale: #5F5F5F. Windows color (decimal): -8690939 or 353147. OLE color: 353147.
HSL color Cylindrical-coordinate representation of color #7B6305: hue angle of 47.8º 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 #7B6305 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 99 | 5 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.52 |
| HSL | 47.8º | 0.92% | 0.25% | - |
| HSV(B) | 47.8º | 0.96% | 0.48% | - |
| XYZ | 12.66 | 13.15 | 2.01 | - |
| YUV | 95.46 | 76.95 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 99 | 5 | 0 | 0.20 | 0.96 | 0.52 | 47.8 | 0.92 | 0.25 |
| Hex | 7B | 63 | 5 | 0 | 14 | 60 | 34 | 30 | 5C | 19 |
| Octal | 173 | 143 | 5 | 0 | 24 | 140 | 64 | 60 | 134 | 31 |
| Binary | 1111011 | 1100011 | 101 | 0 | 10100 | 1100000 | 110100 | 110000 | 1011100 | 11001 |
Color Harmonies of #7B6305
Complementary color
Monochromatic Colors of #7B6305
Black with #7B6305
Text Example
Text Example
White with #7B6305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6305; }
p { color: rgb(123,99,5); }
H1.HeaderClassName
{
color: #7B6305;
}
.AnyTagClassName
{
color: #7B6305;
}
</style>
background-color css
<style>
a { background-color: #7B6305; }
a { background-color: rgb(123,99,5); }
div.DivClassName
{
background-color: #7B6305;
}
.BgClassName
{
background-color: #7B6305;
}
</style>
border-color css
<style>
span { border-color: #7B6305; }
span { border-color: rgb(123,99,5); }
td.TdClassName
{
border-color: #7B6305;
}
.TagClassName
{
border-color: #7B6305;
}
</style>