Shades of Yukon Gold #6F610B
Tints of Yukon Gold #6F610B
RGB
CMYK
RGB Variations
Color information
#6F610B (or 0x6F610B) is known color: Yukon Gold. HEX triplet: 6F, 61 and 0B. RGB value is (111,97,11). Sum of RGB (Red+Green+Blue) = 111+97+11=219 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.68% from 219); Green value is 97 (38.28% from 255 or 44.29% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 111 - color contains mainly: red. Hex color #6F610B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F610B is #909EF4. Grayscale: #5B5B5B. Windows color (decimal): -9477877 or 745839. OLE color: 745839.
HSL color Cylindrical-coordinate representation of color #6F610B: hue angle of 51.6º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F610B is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 97 | 11 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.56 |
| HSL | 51.6º | 0.82% | 0.24% | - |
| HSV(B) | 51.6º | 0.9% | 0.44% | - |
| XYZ | 10.89 | 11.95 | 2.05 | - |
| YUV | 91.38 | 82.64 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 97 | 11 | 0 | 0.13 | 0.90 | 0.56 | 51.6 | 0.82 | 0.24 |
| Hex | 6F | 61 | B | 0 | D | 5A | 38 | 34 | 52 | 18 |
| Octal | 157 | 141 | 13 | 0 | 15 | 132 | 70 | 64 | 122 | 30 |
| Binary | 1101111 | 1100001 | 1011 | 0 | 1101 | 1011010 | 111000 | 110100 | 1010010 | 11000 |
Color Harmonies of #6F610B
Complementary color
Monochromatic Colors of #6F610B
Black with #6F610B
Text Example
Text Example
White with #6F610B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F610B; }
p { color: rgb(111,97,11); }
H1.HeaderClassName
{
color: #6F610B;
}
.AnyTagClassName
{
color: #6F610B;
}
</style>
background-color css
<style>
a { background-color: #6F610B; }
a { background-color: rgb(111,97,11); }
div.DivClassName
{
background-color: #6F610B;
}
.BgClassName
{
background-color: #6F610B;
}
</style>
border-color css
<style>
span { border-color: #6F610B; }
span { border-color: rgb(111,97,11); }
td.TdClassName
{
border-color: #6F610B;
}
.TagClassName
{
border-color: #6F610B;
}
</style>