Shades of Yukon Gold #7B6406
Tints of Yukon Gold #7B6406
RGB
CMYK
RGB Variations
Color information
#7B6406 (or 0x7B6406) is known color: Yukon Gold. HEX triplet: 7B, 64 and 06. RGB value is (123,100,6). Sum of RGB (Red+Green+Blue) = 123+100+6=229 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.71% from 229); Green value is 100 (39.45% from 255 or 43.67% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6406 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B6406 is #849BF9. Grayscale: #606060. Windows color (decimal): -8690682 or 418939. OLE color: 418939.
HSL color Cylindrical-coordinate representation of color #7B6406: hue angle of 48.21º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7B6406 is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 100 | 6 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.52 |
| HSL | 48.21º | 0.91% | 0.25% | - |
| HSV(B) | 48.21º | 0.95% | 0.48% | - |
| XYZ | 12.76 | 13.34 | 2.07 | - |
| YUV | 96.16 | 77.12 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 100 | 6 | 0 | 0.19 | 0.95 | 0.52 | 48.21 | 0.91 | 0.25 |
| Hex | 7B | 64 | 6 | 0 | 13 | 5F | 34 | 30 | 5B | 19 |
| Octal | 173 | 144 | 6 | 0 | 23 | 137 | 64 | 60 | 133 | 31 |
| Binary | 1111011 | 1100100 | 110 | 0 | 10011 | 1011111 | 110100 | 110000 | 1011011 | 11001 |
Color Harmonies of #7B6406
Complementary color
Monochromatic Colors of #7B6406
Black with #7B6406
Text Example
Text Example
White with #7B6406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6406; }
p { color: rgb(123,100,6); }
H1.HeaderClassName
{
color: #7B6406;
}
.AnyTagClassName
{
color: #7B6406;
}
</style>
background-color css
<style>
a { background-color: #7B6406; }
a { background-color: rgb(123,100,6); }
div.DivClassName
{
background-color: #7B6406;
}
.BgClassName
{
background-color: #7B6406;
}
</style>
border-color css
<style>
span { border-color: #7B6406; }
span { border-color: rgb(123,100,6); }
td.TdClassName
{
border-color: #7B6406;
}
.TagClassName
{
border-color: #7B6406;
}
</style>