Shades of Yukon Gold #6F6106
Tints of Yukon Gold #6F6106
RGB
CMYK
RGB Variations
Color information
#6F6106 (or 0x6F6106) is known color: Yukon Gold. HEX triplet: 6F, 61 and 06. RGB value is (111,97,6). Sum of RGB (Red+Green+Blue) = 111+97+6=214 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.87% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 6 (2.73% from 255 or 2.80% from 214); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6106 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6106 is #909EF9. Grayscale: #5B5B5B. Windows color (decimal): -9477882 or 418159. OLE color: 418159.
HSL color Cylindrical-coordinate representation of color #6F6106: hue angle of 52º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F6106 is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 97 | 6 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.56 |
| HSL | 52º | 0.9% | 0.23% | - |
| HSV(B) | 52º | 0.95% | 0.44% | - |
| XYZ | 10.86 | 11.94 | 1.9 | - |
| YUV | 90.81 | 80.14 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 97 | 6 | 0 | 0.13 | 0.95 | 0.56 | 52 | 0.9 | 0.23 |
| Hex | 6F | 61 | 6 | 0 | D | 5F | 38 | 34 | 5A | 17 |
| Octal | 157 | 141 | 6 | 0 | 15 | 137 | 70 | 64 | 132 | 27 |
| Binary | 1101111 | 1100001 | 110 | 0 | 1101 | 1011111 | 111000 | 110100 | 1011010 | 10111 |
Color Harmonies of #6F6106
Complementary color
Monochromatic Colors of #6F6106
Black with #6F6106
Text Example
Text Example
White with #6F6106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6106; }
p { color: rgb(111,97,6); }
H1.HeaderClassName
{
color: #6F6106;
}
.AnyTagClassName
{
color: #6F6106;
}
</style>
background-color css
<style>
a { background-color: #6F6106; }
a { background-color: rgb(111,97,6); }
div.DivClassName
{
background-color: #6F6106;
}
.BgClassName
{
background-color: #6F6106;
}
</style>
border-color css
<style>
span { border-color: #6F6106; }
span { border-color: rgb(111,97,6); }
td.TdClassName
{
border-color: #6F6106;
}
.TagClassName
{
border-color: #6F6106;
}
</style>