Shades of Yukon Gold #6F630A
Tints of Yukon Gold #6F630A
RGB
CMYK
RGB Variations
Color information
#6F630A (or 0x6F630A) is known color: Yukon Gold. HEX triplet: 6F, 63 and 0A. RGB value is (111,99,10). Sum of RGB (Red+Green+Blue) = 111+99+10=220 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.45% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 10 (4.30% from 255 or 4.55% from 220); Max value from RGB is 111 - color contains mainly: red. Hex color #6F630A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F630A is #909CF5. Grayscale: #5C5C5C. Windows color (decimal): -9477366 or 680815. OLE color: 680815.
HSL color Cylindrical-coordinate representation of color #6F630A: hue angle of 52.87º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F630A is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 99 | 10 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.56 |
| HSL | 52.87º | 0.83% | 0.24% | - |
| HSV(B) | 52.87º | 0.91% | 0.44% | - |
| XYZ | 11.07 | 12.33 | 2.08 | - |
| YUV | 92.44 | 81.48 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 99 | 10 | 0 | 0.11 | 0.91 | 0.56 | 52.87 | 0.83 | 0.24 |
| Hex | 6F | 63 | A | 0 | B | 5B | 38 | 35 | 53 | 18 |
| Octal | 157 | 143 | 12 | 0 | 13 | 133 | 70 | 65 | 123 | 30 |
| Binary | 1101111 | 1100011 | 1010 | 0 | 1011 | 1011011 | 111000 | 110101 | 1010011 | 11000 |
Color Harmonies of #6F630A
Complementary color
Monochromatic Colors of #6F630A
Black with #6F630A
Text Example
Text Example
White with #6F630A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F630A; }
p { color: rgb(111,99,10); }
H1.HeaderClassName
{
color: #6F630A;
}
.AnyTagClassName
{
color: #6F630A;
}
</style>
background-color css
<style>
a { background-color: #6F630A; }
a { background-color: rgb(111,99,10); }
div.DivClassName
{
background-color: #6F630A;
}
.BgClassName
{
background-color: #6F630A;
}
</style>
border-color css
<style>
span { border-color: #6F630A; }
span { border-color: rgb(111,99,10); }
td.TdClassName
{
border-color: #6F630A;
}
.TagClassName
{
border-color: #6F630A;
}
</style>