Shades of Yukon Gold #7F6B28
Tints of Yukon Gold #7F6B28
RGB
CMYK
RGB Variations
Color information
#7F6B28 (or 0x7F6B28) is known color: Yukon Gold. HEX triplet: 7F, 6B and 28. RGB value is (127,107,40). Sum of RGB (Red+Green+Blue) = 127+107+40=274 (36% of max value = 765). Red value is 127 (50% from 255 or 46.35% from 274); Green value is 107 (42.19% from 255 or 39.05% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6B28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6B28 is #8094D7. Grayscale: #696969. Windows color (decimal): -8426712 or 2648959. OLE color: 2648959.
HSL color Cylindrical-coordinate representation of color #7F6B28: hue angle of 46.21º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7F6B28 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 107 | 40 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.50 |
| HSL | 46.21º | 0.52% | 0.33% | - |
| HSV(B) | 46.21º | 0.69% | 0.5% | - |
| XYZ | 14.39 | 15.18 | 4.18 | - |
| YUV | 105.34 | 91.13 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 107 | 40 | 0 | 0.16 | 0.69 | 0.50 | 46.21 | 0.52 | 0.33 |
| Hex | 7F | 6B | 28 | 0 | 10 | 45 | 32 | 2E | 34 | 21 |
| Octal | 177 | 153 | 50 | 0 | 20 | 105 | 62 | 56 | 64 | 41 |
| Binary | 1111111 | 1101011 | 101000 | 0 | 10000 | 1000101 | 110010 | 101110 | 110100 | 100001 |
Color Harmonies of #7F6B28
Complementary color
Monochromatic Colors of #7F6B28
Black with #7F6B28
Text Example
Text Example
White with #7F6B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6B28; }
p { color: rgb(127,107,40); }
H1.HeaderClassName
{
color: #7F6B28;
}
.AnyTagClassName
{
color: #7F6B28;
}
</style>
background-color css
<style>
a { background-color: #7F6B28; }
a { background-color: rgb(127,107,40); }
div.DivClassName
{
background-color: #7F6B28;
}
.BgClassName
{
background-color: #7F6B28;
}
</style>
border-color css
<style>
span { border-color: #7F6B28; }
span { border-color: rgb(127,107,40); }
td.TdClassName
{
border-color: #7F6B28;
}
.TagClassName
{
border-color: #7F6B28;
}
</style>