Shades of Yukon Gold #6F6112
Tints of Yukon Gold #6F6112
RGB
CMYK
RGB Variations
Color information
#6F6112 (or 0x6F6112) is known color: Yukon Gold. HEX triplet: 6F, 61 and 12. RGB value is (111,97,18). Sum of RGB (Red+Green+Blue) = 111+97+18=226 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.12% from 226); Green value is 97 (38.28% from 255 or 42.92% from 226); Blue value is 18 (7.42% from 255 or 7.96% from 226); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6112 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6112 is #909EED. Grayscale: #5C5C5C. Windows color (decimal): -9477870 or 1204591. OLE color: 1204591.
HSL color Cylindrical-coordinate representation of color #6F6112: hue angle of 50.97º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F6112 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 97 | 18 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.56 |
| HSL | 50.97º | 0.72% | 0.25% | - |
| HSV(B) | 50.97º | 0.84% | 0.44% | - |
| XYZ | 10.94 | 11.97 | 2.31 | - |
| YUV | 92.18 | 86.14 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 97 | 18 | 0 | 0.13 | 0.84 | 0.56 | 50.97 | 0.72 | 0.25 |
| Hex | 6F | 61 | 12 | 0 | D | 54 | 38 | 33 | 48 | 19 |
| Octal | 157 | 141 | 22 | 0 | 15 | 124 | 70 | 63 | 110 | 31 |
| Binary | 1101111 | 1100001 | 10010 | 0 | 1101 | 1010100 | 111000 | 110011 | 1001000 | 11001 |
Color Harmonies of #6F6112
Complementary color
Monochromatic Colors of #6F6112
Black with #6F6112
Text Example
Text Example
White with #6F6112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6112; }
p { color: rgb(111,97,18); }
H1.HeaderClassName
{
color: #6F6112;
}
.AnyTagClassName
{
color: #6F6112;
}
</style>
background-color css
<style>
a { background-color: #6F6112; }
a { background-color: rgb(111,97,18); }
div.DivClassName
{
background-color: #6F6112;
}
.BgClassName
{
background-color: #6F6112;
}
</style>
border-color css
<style>
span { border-color: #6F6112; }
span { border-color: rgb(111,97,18); }
td.TdClassName
{
border-color: #6F6112;
}
.TagClassName
{
border-color: #6F6112;
}
</style>