Shades of Yukon Gold #6F600F
Tints of Yukon Gold #6F600F
RGB
CMYK
RGB Variations
Color information
#6F600F (or 0x6F600F) is known color: Yukon Gold. HEX triplet: 6F, 60 and 0F. RGB value is (111,96,15). Sum of RGB (Red+Green+Blue) = 111+96+15=222 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 111 - color contains mainly: red. Hex color #6F600F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F600F is #909FF0. Grayscale: #5B5B5B. Windows color (decimal): -9478129 or 1007727. OLE color: 1007727.
HSL color Cylindrical-coordinate representation of color #6F600F: hue angle of 50.62º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F600F is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 96 | 15 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.56 |
| HSL | 50.63º | 0.76% | 0.25% | - |
| HSV(B) | 50.63º | 0.86% | 0.44% | - |
| XYZ | 10.82 | 11.78 | 2.16 | - |
| YUV | 91.25 | 84.97 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 96 | 15 | 0 | 0.14 | 0.86 | 0.56 | 50.63 | 0.76 | 0.25 |
| Hex | 6F | 60 | F | 0 | E | 56 | 38 | 33 | 4C | 19 |
| Octal | 157 | 140 | 17 | 0 | 16 | 126 | 70 | 63 | 114 | 31 |
| Binary | 1101111 | 1100000 | 1111 | 0 | 1110 | 1010110 | 111000 | 110011 | 1001100 | 11001 |
Color Harmonies of #6F600F
Complementary color
Monochromatic Colors of #6F600F
Black with #6F600F
Text Example
Text Example
White with #6F600F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F600F; }
p { color: rgb(111,96,15); }
H1.HeaderClassName
{
color: #6F600F;
}
.AnyTagClassName
{
color: #6F600F;
}
</style>
background-color css
<style>
a { background-color: #6F600F; }
a { background-color: rgb(111,96,15); }
div.DivClassName
{
background-color: #6F600F;
}
.BgClassName
{
background-color: #6F600F;
}
</style>
border-color css
<style>
span { border-color: #6F600F; }
span { border-color: rgb(111,96,15); }
td.TdClassName
{
border-color: #6F600F;
}
.TagClassName
{
border-color: #6F600F;
}
</style>