Shades of Yukon Gold #7B6418
Tints of Yukon Gold #7B6418
RGB
CMYK
RGB Variations
Color information
#7B6418 (or 0x7B6418) is known color: Yukon Gold. HEX triplet: 7B, 64 and 18. RGB value is (123,100,24). Sum of RGB (Red+Green+Blue) = 123+100+24=247 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.80% from 247); Green value is 100 (39.45% from 255 or 40.49% from 247); Blue value is 24 (9.77% from 255 or 9.72% from 247); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6418 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B6418 is #849BE7. Grayscale: #626262. Windows color (decimal): -8690664 or 1598587. OLE color: 1598587.
HSL color Cylindrical-coordinate representation of color #7B6418: hue angle of 46.06º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B6418 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 100 | 24 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.52 |
| HSL | 46.06º | 0.67% | 0.29% | - |
| HSV(B) | 46.06º | 0.8% | 0.48% | - |
| XYZ | 12.89 | 13.39 | 2.77 | - |
| YUV | 98.21 | 86.12 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 100 | 24 | 0 | 0.19 | 0.80 | 0.52 | 46.06 | 0.67 | 0.29 |
| Hex | 7B | 64 | 18 | 0 | 13 | 50 | 34 | 2E | 43 | 1D |
| Octal | 173 | 144 | 30 | 0 | 23 | 120 | 64 | 56 | 103 | 35 |
| Binary | 1111011 | 1100100 | 11000 | 0 | 10011 | 1010000 | 110100 | 101110 | 1000011 | 11101 |
Color Harmonies of #7B6418
Complementary color
Monochromatic Colors of #7B6418
Black with #7B6418
Text Example
Text Example
White with #7B6418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6418; }
p { color: rgb(123,100,24); }
H1.HeaderClassName
{
color: #7B6418;
}
.AnyTagClassName
{
color: #7B6418;
}
</style>
background-color css
<style>
a { background-color: #7B6418; }
a { background-color: rgb(123,100,24); }
div.DivClassName
{
background-color: #7B6418;
}
.BgClassName
{
background-color: #7B6418;
}
</style>
border-color css
<style>
span { border-color: #7B6418; }
span { border-color: rgb(123,100,24); }
td.TdClassName
{
border-color: #7B6418;
}
.TagClassName
{
border-color: #7B6418;
}
</style>