Shades of Yukon Gold #7F6323
Tints of Yukon Gold #7F6323
RGB
CMYK
RGB Variations
Color information
#7F6323 (or 0x7F6323) is known color: Yukon Gold. HEX triplet: 7F, 63 and 23. RGB value is (127,99,35). Sum of RGB (Red+Green+Blue) = 127+99+35=261 (34% of max value = 765). Red value is 127 (50% from 255 or 48.66% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6323 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6323 is #809CDC. Grayscale: #646464. Windows color (decimal): -8428765 or 2319231. OLE color: 2319231.
HSL color Cylindrical-coordinate representation of color #7F6323: hue angle of 41.74º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7F6323 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 99 | 35 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.50 |
| HSL | 41.74º | 0.57% | 0.32% | - |
| HSV(B) | 41.74º | 0.72% | 0.5% | - |
| XYZ | 13.52 | 13.56 | 3.49 | - |
| YUV | 100.08 | 91.28 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 99 | 35 | 0 | 0.22 | 0.72 | 0.50 | 41.74 | 0.57 | 0.32 |
| Hex | 7F | 63 | 23 | 0 | 16 | 48 | 32 | 2A | 39 | 20 |
| Octal | 177 | 143 | 43 | 0 | 26 | 110 | 62 | 52 | 71 | 40 |
| Binary | 1111111 | 1100011 | 100011 | 0 | 10110 | 1001000 | 110010 | 101010 | 111001 | 100000 |
Color Harmonies of #7F6323
Complementary color
Monochromatic Colors of #7F6323
Black with #7F6323
Text Example
Text Example
White with #7F6323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6323; }
p { color: rgb(127,99,35); }
H1.HeaderClassName
{
color: #7F6323;
}
.AnyTagClassName
{
color: #7F6323;
}
</style>
background-color css
<style>
a { background-color: #7F6323; }
a { background-color: rgb(127,99,35); }
div.DivClassName
{
background-color: #7F6323;
}
.BgClassName
{
background-color: #7F6323;
}
</style>
border-color css
<style>
span { border-color: #7F6323; }
span { border-color: rgb(127,99,35); }
td.TdClassName
{
border-color: #7F6323;
}
.TagClassName
{
border-color: #7F6323;
}
</style>