Shades of Yukon Gold #7C6403
Tints of Yukon Gold #7C6403
RGB
CMYK
RGB Variations
Color information
#7C6403 (or 0x7C6403) is known color: Yukon Gold. HEX triplet: 7C, 64 and 03. RGB value is (124,100,3). Sum of RGB (Red+Green+Blue) = 124+100+3=227 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.63% from 227); Green value is 100 (39.45% from 255 or 44.05% from 227); Blue value is 3 (1.56% from 255 or 1.32% from 227); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6403 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6403 is #839BFC. Grayscale: #606060. Windows color (decimal): -8625149 or 222332. OLE color: 222332.
HSL color Cylindrical-coordinate representation of color #7C6403: hue angle of 48.1º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C6403 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 100 | 3 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.51 |
| HSL | 48.1º | 0.95% | 0.25% | - |
| HSV(B) | 48.1º | 0.98% | 0.49% | - |
| XYZ | 12.89 | 13.41 | 1.99 | - |
| YUV | 96.12 | 75.45 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 100 | 3 | 0 | 0.19 | 0.98 | 0.51 | 48.1 | 0.95 | 0.25 |
| Hex | 7C | 64 | 3 | 0 | 13 | 62 | 33 | 30 | 5F | 19 |
| Octal | 174 | 144 | 3 | 0 | 23 | 142 | 63 | 60 | 137 | 31 |
| Binary | 1111100 | 1100100 | 11 | 0 | 10011 | 1100010 | 110011 | 110000 | 1011111 | 11001 |
Color Harmonies of #7C6403
Complementary color
Monochromatic Colors of #7C6403
Black with #7C6403
Text Example
Text Example
White with #7C6403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6403; }
p { color: rgb(124,100,3); }
H1.HeaderClassName
{
color: #7C6403;
}
.AnyTagClassName
{
color: #7C6403;
}
</style>
background-color css
<style>
a { background-color: #7C6403; }
a { background-color: rgb(124,100,3); }
div.DivClassName
{
background-color: #7C6403;
}
.BgClassName
{
background-color: #7C6403;
}
</style>
border-color css
<style>
span { border-color: #7C6403; }
span { border-color: rgb(124,100,3); }
td.TdClassName
{
border-color: #7C6403;
}
.TagClassName
{
border-color: #7C6403;
}
</style>