Shades of Yukon Gold #756A12
Tints of Yukon Gold #756A12
RGB
CMYK
RGB Variations
Color information
#756A12 (or 0x756A12) is known color: Yukon Gold. HEX triplet: 75, 6A and 12. RGB value is (117,106,18). Sum of RGB (Red+Green+Blue) = 117+106+18=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 106 (41.80% from 255 or 43.98% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #756A12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756A12 is #8A95ED. Grayscale: #636363. Windows color (decimal): -9082350 or 1206901. OLE color: 1206901.
HSL color Cylindrical-coordinate representation of color #756A12: hue angle of 53.33º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #756A12 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 106 | 18 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.54 |
| HSL | 53.33º | 0.73% | 0.26% | - |
| HSV(B) | 53.33º | 0.85% | 0.46% | - |
| XYZ | 12.6 | 14.13 | 2.64 | - |
| YUV | 99.26 | 82.14 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 18 | 0 | 0.09 | 0.85 | 0.54 | 53.33 | 0.73 | 0.26 |
| Hex | 75 | 6A | 12 | 0 | 9 | 55 | 36 | 35 | 49 | 1A |
| Octal | 165 | 152 | 22 | 0 | 11 | 125 | 66 | 65 | 111 | 32 |
| Binary | 1110101 | 1101010 | 10010 | 0 | 1001 | 1010101 | 110110 | 110101 | 1001001 | 11010 |
Color Harmonies of #756A12
Complementary color
Monochromatic Colors of #756A12
Black with #756A12
Text Example
Text Example
White with #756A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756A12; }
p { color: rgb(117,106,18); }
H1.HeaderClassName
{
color: #756A12;
}
.AnyTagClassName
{
color: #756A12;
}
</style>
background-color css
<style>
a { background-color: #756A12; }
a { background-color: rgb(117,106,18); }
div.DivClassName
{
background-color: #756A12;
}
.BgClassName
{
background-color: #756A12;
}
</style>
border-color css
<style>
span { border-color: #756A12; }
span { border-color: rgb(117,106,18); }
td.TdClassName
{
border-color: #756A12;
}
.TagClassName
{
border-color: #756A12;
}
</style>