Shades of Yukon Gold #766412
Tints of Yukon Gold #766412
RGB
CMYK
RGB Variations
Color information
#766412 (or 0x766412) is known color: Yukon Gold. HEX triplet: 76, 64 and 12. RGB value is (118,100,18). Sum of RGB (Red+Green+Blue) = 118+100+18=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 100 (39.45% from 255 or 42.37% from 236); Blue value is 18 (7.42% from 255 or 7.63% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #766412 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766412 is #899BED. Grayscale: #606060. Windows color (decimal): -9018350 or 1205366. OLE color: 1205366.
HSL color Cylindrical-coordinate representation of color #766412: hue angle of 49.2º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #766412 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 100 | 18 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.54 |
| HSL | 49.2º | 0.74% | 0.27% | - |
| HSV(B) | 49.2º | 0.85% | 0.46% | - |
| XYZ | 12.14 | 13.01 | 2.44 | - |
| YUV | 96.03 | 83.96 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 100 | 18 | 0 | 0.15 | 0.85 | 0.54 | 49.2 | 0.74 | 0.27 |
| Hex | 76 | 64 | 12 | 0 | F | 55 | 36 | 31 | 4A | 1B |
| Octal | 166 | 144 | 22 | 0 | 17 | 125 | 66 | 61 | 112 | 33 |
| Binary | 1110110 | 1100100 | 10010 | 0 | 1111 | 1010101 | 110110 | 110001 | 1001010 | 11011 |
Color Harmonies of #766412
Complementary color
Monochromatic Colors of #766412
Black with #766412
Text Example
Text Example
White with #766412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766412; }
p { color: rgb(118,100,18); }
H1.HeaderClassName
{
color: #766412;
}
.AnyTagClassName
{
color: #766412;
}
</style>
background-color css
<style>
a { background-color: #766412; }
a { background-color: rgb(118,100,18); }
div.DivClassName
{
background-color: #766412;
}
.BgClassName
{
background-color: #766412;
}
</style>
border-color css
<style>
span { border-color: #766412; }
span { border-color: rgb(118,100,18); }
td.TdClassName
{
border-color: #766412;
}
.TagClassName
{
border-color: #766412;
}
</style>