Shades of Yukon Gold #7B6303
Tints of Yukon Gold #7B6303
RGB
CMYK
RGB Variations
Color information
#7B6303 (or 0x7B6303) is known color: Yukon Gold. HEX triplet: 7B, 63 and 03. RGB value is (123,99,3). Sum of RGB (Red+Green+Blue) = 123+99+3=225 (29% of max value = 765). Red value is 123 (48.44% from 255 or 54.67% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 3 (1.56% from 255 or 1.33% from 225); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6303 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B6303 is #849CFC. Grayscale: #5F5F5F. Windows color (decimal): -8690941 or 222075. OLE color: 222075.
HSL color Cylindrical-coordinate representation of color #7B6303: hue angle of 48º 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 #7B6303 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 99 | 3 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.52 |
| HSL | 48º | 0.95% | 0.25% | - |
| HSV(B) | 48º | 0.98% | 0.48% | - |
| XYZ | 12.65 | 13.14 | 1.96 | - |
| YUV | 95.23 | 75.95 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 99 | 3 | 0 | 0.20 | 0.98 | 0.52 | 48 | 0.95 | 0.25 |
| Hex | 7B | 63 | 3 | 0 | 14 | 62 | 34 | 30 | 5F | 19 |
| Octal | 173 | 143 | 3 | 0 | 24 | 142 | 64 | 60 | 137 | 31 |
| Binary | 1111011 | 1100011 | 11 | 0 | 10100 | 1100010 | 110100 | 110000 | 1011111 | 11001 |
Color Harmonies of #7B6303
Complementary color
Monochromatic Colors of #7B6303
Black with #7B6303
Text Example
Text Example
White with #7B6303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6303; }
p { color: rgb(123,99,3); }
H1.HeaderClassName
{
color: #7B6303;
}
.AnyTagClassName
{
color: #7B6303;
}
</style>
background-color css
<style>
a { background-color: #7B6303; }
a { background-color: rgb(123,99,3); }
div.DivClassName
{
background-color: #7B6303;
}
.BgClassName
{
background-color: #7B6303;
}
</style>
border-color css
<style>
span { border-color: #7B6303; }
span { border-color: rgb(123,99,3); }
td.TdClassName
{
border-color: #7B6303;
}
.TagClassName
{
border-color: #7B6303;
}
</style>