Shades of Yukon Gold #766B11
Tints of Yukon Gold #766B11
RGB
CMYK
RGB Variations
Color information
#766B11 (or 0x766B11) is known color: Yukon Gold. HEX triplet: 76, 6B and 11. RGB value is (118,107,17). Sum of RGB (Red+Green+Blue) = 118+107+17=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 107 (42.19% from 255 or 44.21% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #766B11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766B11 is #8994EE. Grayscale: #646464. Windows color (decimal): -9016559 or 1141622. OLE color: 1141622.
HSL color Cylindrical-coordinate representation of color #766B11: hue angle of 53.47º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #766B11 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 107 | 17 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.54 |
| HSL | 53.47º | 0.75% | 0.26% | - |
| HSV(B) | 53.47º | 0.86% | 0.46% | - |
| XYZ | 12.83 | 14.41 | 2.64 | - |
| YUV | 100.03 | 81.14 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 17 | 0 | 0.09 | 0.86 | 0.54 | 53.47 | 0.75 | 0.26 |
| Hex | 76 | 6B | 11 | 0 | 9 | 56 | 36 | 35 | 4B | 1A |
| Octal | 166 | 153 | 21 | 0 | 11 | 126 | 66 | 65 | 113 | 32 |
| Binary | 1110110 | 1101011 | 10001 | 0 | 1001 | 1010110 | 110110 | 110101 | 1001011 | 11010 |
Color Harmonies of #766B11
Complementary color
Monochromatic Colors of #766B11
Black with #766B11
Text Example
Text Example
White with #766B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766B11; }
p { color: rgb(118,107,17); }
H1.HeaderClassName
{
color: #766B11;
}
.AnyTagClassName
{
color: #766B11;
}
</style>
background-color css
<style>
a { background-color: #766B11; }
a { background-color: rgb(118,107,17); }
div.DivClassName
{
background-color: #766B11;
}
.BgClassName
{
background-color: #766B11;
}
</style>
border-color css
<style>
span { border-color: #766B11; }
span { border-color: rgb(118,107,17); }
td.TdClassName
{
border-color: #766B11;
}
.TagClassName
{
border-color: #766B11;
}
</style>