Shades of Yukon Gold #6F6105
Tints of Yukon Gold #6F6105
RGB
CMYK
RGB Variations
Color information
#6F6105 (or 0x6F6105) is known color: Yukon Gold. HEX triplet: 6F, 61 and 05. RGB value is (111,97,5). Sum of RGB (Red+Green+Blue) = 111+97+5=213 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.11% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 5 (2.34% from 255 or 2.35% from 213); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6105 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6105 is #909EFA. Grayscale: #5B5B5B. Windows color (decimal): -9477883 or 352623. OLE color: 352623.
HSL color Cylindrical-coordinate representation of color #6F6105: hue angle of 52.08º degrees, saturation: 0.91, 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 #6F6105 is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 97 | 5 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.56 |
| HSL | 52.08º | 0.91% | 0.23% | - |
| HSV(B) | 52.08º | 0.95% | 0.44% | - |
| XYZ | 10.86 | 11.94 | 1.88 | - |
| YUV | 90.7 | 79.64 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 97 | 5 | 0 | 0.13 | 0.95 | 0.56 | 52.08 | 0.91 | 0.23 |
| Hex | 6F | 61 | 5 | 0 | D | 5F | 38 | 34 | 5B | 17 |
| Octal | 157 | 141 | 5 | 0 | 15 | 137 | 70 | 64 | 133 | 27 |
| Binary | 1101111 | 1100001 | 101 | 0 | 1101 | 1011111 | 111000 | 110100 | 1011011 | 10111 |
Color Harmonies of #6F6105
Complementary color
Monochromatic Colors of #6F6105
Black with #6F6105
Text Example
Text Example
White with #6F6105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6105; }
p { color: rgb(111,97,5); }
H1.HeaderClassName
{
color: #6F6105;
}
.AnyTagClassName
{
color: #6F6105;
}
</style>
background-color css
<style>
a { background-color: #6F6105; }
a { background-color: rgb(111,97,5); }
div.DivClassName
{
background-color: #6F6105;
}
.BgClassName
{
background-color: #6F6105;
}
</style>
border-color css
<style>
span { border-color: #6F6105; }
span { border-color: rgb(111,97,5); }
td.TdClassName
{
border-color: #6F6105;
}
.TagClassName
{
border-color: #6F6105;
}
</style>