Shades of Yukon Gold #7F671F
Tints of Yukon Gold #7F671F
RGB
CMYK
RGB Variations
Color information
#7F671F (or 0x7F671F) is known color: Yukon Gold. HEX triplet: 7F, 67 and 1F. RGB value is (127,103,31). Sum of RGB (Red+Green+Blue) = 127+103+31=261 (34% of max value = 765). Red value is 127 (50% from 255 or 48.66% from 261); Green value is 103 (40.62% from 255 or 39.46% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 127 - color contains mainly: red. Hex color #7F671F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F671F is #8098E0. Grayscale: #666666. Windows color (decimal): -8427745 or 2058111. OLE color: 2058111.
HSL color Cylindrical-coordinate representation of color #7F671F: hue angle of 45º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7F671F is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 103 | 31 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.50 |
| HSL | 45º | 0.61% | 0.31% | - |
| HSV(B) | 45º | 0.76% | 0.5% | - |
| XYZ | 13.85 | 14.31 | 3.33 | - |
| YUV | 101.97 | 87.95 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 103 | 31 | 0 | 0.19 | 0.76 | 0.50 | 45 | 0.61 | 0.31 |
| Hex | 7F | 67 | 1F | 0 | 13 | 4C | 32 | 2D | 3D | 1F |
| Octal | 177 | 147 | 37 | 0 | 23 | 114 | 62 | 55 | 75 | 37 |
| Binary | 1111111 | 1100111 | 11111 | 0 | 10011 | 1001100 | 110010 | 101101 | 111101 | 11111 |
Color Harmonies of #7F671F
Complementary color
Monochromatic Colors of #7F671F
Black with #7F671F
Text Example
Text Example
White with #7F671F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F671F; }
p { color: rgb(127,103,31); }
H1.HeaderClassName
{
color: #7F671F;
}
.AnyTagClassName
{
color: #7F671F;
}
</style>
background-color css
<style>
a { background-color: #7F671F; }
a { background-color: rgb(127,103,31); }
div.DivClassName
{
background-color: #7F671F;
}
.BgClassName
{
background-color: #7F671F;
}
</style>
border-color css
<style>
span { border-color: #7F671F; }
span { border-color: rgb(127,103,31); }
td.TdClassName
{
border-color: #7F671F;
}
.TagClassName
{
border-color: #7F671F;
}
</style>