Shades of Yukon Gold #6F600B
Tints of Yukon Gold #6F600B
RGB
CMYK
RGB Variations
Color information
#6F600B (or 0x6F600B) is known color: Yukon Gold. HEX triplet: 6F, 60 and 0B. RGB value is (111,96,11). Sum of RGB (Red+Green+Blue) = 111+96+11=218 (28% of max value = 765). Red value is 111 (43.75% from 255 or 50.92% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 111 - color contains mainly: red. Hex color #6F600B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F600B is #909FF4. Grayscale: #5B5B5B. Windows color (decimal): -9478133 or 745583. OLE color: 745583.
HSL color Cylindrical-coordinate representation of color #6F600B: hue angle of 51º 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 #6F600B is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 96 | 11 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.56 |
| HSL | 51º | 0.82% | 0.24% | - |
| HSV(B) | 51º | 0.9% | 0.44% | - |
| XYZ | 10.8 | 11.77 | 2.02 | - |
| YUV | 90.8 | 82.97 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 96 | 11 | 0 | 0.14 | 0.90 | 0.56 | 51 | 0.82 | 0.24 |
| Hex | 6F | 60 | B | 0 | E | 5A | 38 | 33 | 52 | 18 |
| Octal | 157 | 140 | 13 | 0 | 16 | 132 | 70 | 63 | 122 | 30 |
| Binary | 1101111 | 1100000 | 1011 | 0 | 1110 | 1011010 | 111000 | 110011 | 1010010 | 11000 |
Color Harmonies of #6F600B
Complementary color
Monochromatic Colors of #6F600B
Black with #6F600B
Text Example
Text Example
White with #6F600B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F600B; }
p { color: rgb(111,96,11); }
H1.HeaderClassName
{
color: #6F600B;
}
.AnyTagClassName
{
color: #6F600B;
}
</style>
background-color css
<style>
a { background-color: #6F600B; }
a { background-color: rgb(111,96,11); }
div.DivClassName
{
background-color: #6F600B;
}
.BgClassName
{
background-color: #6F600B;
}
</style>
border-color css
<style>
span { border-color: #6F600B; }
span { border-color: rgb(111,96,11); }
td.TdClassName
{
border-color: #6F600B;
}
.TagClassName
{
border-color: #6F600B;
}
</style>