Shades of Yukon Gold #7F631C
Tints of Yukon Gold #7F631C
RGB
CMYK
RGB Variations
Color information
#7F631C (or 0x7F631C) is known color: Yukon Gold. HEX triplet: 7F, 63 and 1C. RGB value is (127,99,28). Sum of RGB (Red+Green+Blue) = 127+99+28=254 (33% of max value = 765). Red value is 127 (50% from 255 or 50% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 127 - color contains mainly: red. Hex color #7F631C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F631C is #809CE3. Grayscale: #636363. Windows color (decimal): -8428772 or 1860479. OLE color: 1860479.
HSL color Cylindrical-coordinate representation of color #7F631C: hue angle of 43.03º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7F631C is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 99 | 28 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.50 |
| HSL | 43.03º | 0.64% | 0.3% | - |
| HSV(B) | 43.03º | 0.78% | 0.5% | - |
| XYZ | 13.42 | 13.52 | 3 | - |
| YUV | 99.28 | 87.78 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 99 | 28 | 0 | 0.22 | 0.78 | 0.50 | 43.03 | 0.64 | 0.3 |
| Hex | 7F | 63 | 1C | 0 | 16 | 4E | 32 | 2B | 40 | 1E |
| Octal | 177 | 143 | 34 | 0 | 26 | 116 | 62 | 53 | 100 | 36 |
| Binary | 1111111 | 1100011 | 11100 | 0 | 10110 | 1001110 | 110010 | 101011 | 1000000 | 11110 |
Color Harmonies of #7F631C
Complementary color
Monochromatic Colors of #7F631C
Black with #7F631C
Text Example
Text Example
White with #7F631C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F631C; }
p { color: rgb(127,99,28); }
H1.HeaderClassName
{
color: #7F631C;
}
.AnyTagClassName
{
color: #7F631C;
}
</style>
background-color css
<style>
a { background-color: #7F631C; }
a { background-color: rgb(127,99,28); }
div.DivClassName
{
background-color: #7F631C;
}
.BgClassName
{
background-color: #7F631C;
}
</style>
border-color css
<style>
span { border-color: #7F631C; }
span { border-color: rgb(127,99,28); }
td.TdClassName
{
border-color: #7F631C;
}
.TagClassName
{
border-color: #7F631C;
}
</style>