Shades of Yukon Gold #7F6303
Tints of Yukon Gold #7F6303
RGB
CMYK
RGB Variations
Color information
#7F6303 (or 0x7F6303) is known color: Yukon Gold. HEX triplet: 7F, 63 and 03. RGB value is (127,99,3). Sum of RGB (Red+Green+Blue) = 127+99+3=229 (30% of max value = 765). Red value is 127 (50% from 255 or 55.46% from 229); Green value is 99 (39.06% from 255 or 43.23% from 229); Blue value is 3 (1.56% from 255 or 1.31% from 229); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6303 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F6303 is #809CFC. Grayscale: #606060. Windows color (decimal): -8428797 or 222079. OLE color: 222079.
HSL color Cylindrical-coordinate representation of color #7F6303: hue angle of 46.45º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F6303 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 99 | 3 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.50 |
| HSL | 46.45º | 0.95% | 0.25% | - |
| HSV(B) | 46.45º | 0.98% | 0.5% | - |
| XYZ | 13.23 | 13.44 | 1.98 | - |
| YUV | 96.43 | 75.28 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 99 | 3 | 0 | 0.22 | 0.98 | 0.50 | 46.45 | 0.95 | 0.25 |
| Hex | 7F | 63 | 3 | 0 | 16 | 62 | 32 | 2E | 5F | 19 |
| Octal | 177 | 143 | 3 | 0 | 26 | 142 | 62 | 56 | 137 | 31 |
| Binary | 1111111 | 1100011 | 11 | 0 | 10110 | 1100010 | 110010 | 101110 | 1011111 | 11001 |
Color Harmonies of #7F6303
Complementary color
Monochromatic Colors of #7F6303
Black with #7F6303
Text Example
Text Example
White with #7F6303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6303; }
p { color: rgb(127,99,3); }
H1.HeaderClassName
{
color: #7F6303;
}
.AnyTagClassName
{
color: #7F6303;
}
</style>
background-color css
<style>
a { background-color: #7F6303; }
a { background-color: rgb(127,99,3); }
div.DivClassName
{
background-color: #7F6303;
}
.BgClassName
{
background-color: #7F6303;
}
</style>
border-color css
<style>
span { border-color: #7F6303; }
span { border-color: rgb(127,99,3); }
td.TdClassName
{
border-color: #7F6303;
}
.TagClassName
{
border-color: #7F6303;
}
</style>