Shades of Yukon Gold #6F6207
Tints of Yukon Gold #6F6207
RGB
CMYK
RGB Variations
Color information
#6F6207 (or 0x6F6207) is known color: Yukon Gold. HEX triplet: 6F, 62 and 07. RGB value is (111,98,7). Sum of RGB (Red+Green+Blue) = 111+98+7=216 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.39% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 7 (3.12% from 255 or 3.24% from 216); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6207 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6207 is #909DF8. Grayscale: #5B5B5B. Windows color (decimal): -9477625 or 483951. OLE color: 483951.
HSL color Cylindrical-coordinate representation of color #6F6207: hue angle of 52.5º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F6207 is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 98 | 7 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.56 |
| HSL | 52.5º | 0.88% | 0.23% | - |
| HSV(B) | 52.5º | 0.94% | 0.44% | - |
| XYZ | 10.96 | 12.13 | 1.96 | - |
| YUV | 91.51 | 80.31 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 98 | 7 | 0 | 0.12 | 0.94 | 0.56 | 52.5 | 0.88 | 0.23 |
| Hex | 6F | 62 | 7 | 0 | C | 5E | 38 | 34 | 58 | 17 |
| Octal | 157 | 142 | 7 | 0 | 14 | 136 | 70 | 64 | 130 | 27 |
| Binary | 1101111 | 1100010 | 111 | 0 | 1100 | 1011110 | 111000 | 110100 | 1011000 | 10111 |
Color Harmonies of #6F6207
Complementary color
Monochromatic Colors of #6F6207
Black with #6F6207
Text Example
Text Example
White with #6F6207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6207; }
p { color: rgb(111,98,7); }
H1.HeaderClassName
{
color: #6F6207;
}
.AnyTagClassName
{
color: #6F6207;
}
</style>
background-color css
<style>
a { background-color: #6F6207; }
a { background-color: rgb(111,98,7); }
div.DivClassName
{
background-color: #6F6207;
}
.BgClassName
{
background-color: #6F6207;
}
</style>
border-color css
<style>
span { border-color: #6F6207; }
span { border-color: rgb(111,98,7); }
td.TdClassName
{
border-color: #6F6207;
}
.TagClassName
{
border-color: #6F6207;
}
</style>