Shades of Yukon Gold #736412
Tints of Yukon Gold #736412
RGB
CMYK
RGB Variations
Color information
#736412 (or 0x736412) is known color: Yukon Gold. HEX triplet: 73, 64 and 12. RGB value is (115,100,18). Sum of RGB (Red+Green+Blue) = 115+100+18=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 100 (39.45% from 255 or 42.92% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 115 - color contains mainly: red. Hex color #736412 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736412 is #8C9BED. Grayscale: #5F5F5F. Windows color (decimal): -9214958 or 1205363. OLE color: 1205363.
HSL color Cylindrical-coordinate representation of color #736412: hue angle of 50.72º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #736412 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 100 | 18 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.55 |
| HSL | 50.72º | 0.73% | 0.26% | - |
| HSV(B) | 50.72º | 0.84% | 0.45% | - |
| XYZ | 11.74 | 12.8 | 2.42 | - |
| YUV | 95.14 | 84.47 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 100 | 18 | 0 | 0.13 | 0.84 | 0.55 | 50.72 | 0.73 | 0.26 |
| Hex | 73 | 64 | 12 | 0 | D | 54 | 37 | 33 | 49 | 1A |
| Octal | 163 | 144 | 22 | 0 | 15 | 124 | 67 | 63 | 111 | 32 |
| Binary | 1110011 | 1100100 | 10010 | 0 | 1101 | 1010100 | 110111 | 110011 | 1001001 | 11010 |
Color Harmonies of #736412
Complementary color
Monochromatic Colors of #736412
Black with #736412
Text Example
Text Example
White with #736412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736412; }
p { color: rgb(115,100,18); }
H1.HeaderClassName
{
color: #736412;
}
.AnyTagClassName
{
color: #736412;
}
</style>
background-color css
<style>
a { background-color: #736412; }
a { background-color: rgb(115,100,18); }
div.DivClassName
{
background-color: #736412;
}
.BgClassName
{
background-color: #736412;
}
</style>
border-color css
<style>
span { border-color: #736412; }
span { border-color: rgb(115,100,18); }
td.TdClassName
{
border-color: #736412;
}
.TagClassName
{
border-color: #736412;
}
</style>