Shades of Yukon Gold #6F640B
Tints of Yukon Gold #6F640B
RGB
CMYK
RGB Variations
Color information
#6F640B (or 0x6F640B) is known color: Yukon Gold. HEX triplet: 6F, 64 and 0B. RGB value is (111,100,11). Sum of RGB (Red+Green+Blue) = 111+100+11=222 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50% from 222); Green value is 100 (39.45% from 255 or 45.05% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 111 - color contains mainly: red. Hex color #6F640B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F640B is #909BF4. Grayscale: #5D5D5D. Windows color (decimal): -9477109 or 746607. OLE color: 746607.
HSL color Cylindrical-coordinate representation of color #6F640B: hue angle of 53.4º 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 #6F640B is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 100 | 11 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.56 |
| HSL | 53.4º | 0.82% | 0.24% | - |
| HSV(B) | 53.4º | 0.9% | 0.44% | - |
| XYZ | 11.17 | 12.52 | 2.14 | - |
| YUV | 93.14 | 81.64 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 100 | 11 | 0 | 0.10 | 0.90 | 0.56 | 53.4 | 0.82 | 0.24 |
| Hex | 6F | 64 | B | 0 | A | 5A | 38 | 35 | 52 | 18 |
| Octal | 157 | 144 | 13 | 0 | 12 | 132 | 70 | 65 | 122 | 30 |
| Binary | 1101111 | 1100100 | 1011 | 0 | 1010 | 1011010 | 111000 | 110101 | 1010010 | 11000 |
Color Harmonies of #6F640B
Complementary color
Monochromatic Colors of #6F640B
Black with #6F640B
Text Example
Text Example
White with #6F640B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F640B; }
p { color: rgb(111,100,11); }
H1.HeaderClassName
{
color: #6F640B;
}
.AnyTagClassName
{
color: #6F640B;
}
</style>
background-color css
<style>
a { background-color: #6F640B; }
a { background-color: rgb(111,100,11); }
div.DivClassName
{
background-color: #6F640B;
}
.BgClassName
{
background-color: #6F640B;
}
</style>
border-color css
<style>
span { border-color: #6F640B; }
span { border-color: rgb(111,100,11); }
td.TdClassName
{
border-color: #6F640B;
}
.TagClassName
{
border-color: #6F640B;
}
</style>