Shades of Yukon Gold #766A17
Tints of Yukon Gold #766A17
RGB
CMYK
RGB Variations
Color information
#766A17 (or 0x766A17) is known color: Yukon Gold. HEX triplet: 76, 6A and 17. RGB value is (118,106,23). Sum of RGB (Red+Green+Blue) = 118+106+23=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 106 (41.80% from 255 or 42.91% from 247); Blue value is 23 (9.38% from 255 or 9.31% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #766A17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766A17 is #8995E8. Grayscale: #646464. Windows color (decimal): -9016809 or 1534582. OLE color: 1534582.
HSL color Cylindrical-coordinate representation of color #766A17: hue angle of 52.42º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #766A17 is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 106 | 23 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.54 |
| HSL | 52.42º | 0.67% | 0.28% | - |
| HSV(B) | 52.42º | 0.81% | 0.46% | - |
| XYZ | 12.78 | 14.22 | 2.88 | - |
| YUV | 100.13 | 84.48 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 23 | 0 | 0.10 | 0.81 | 0.54 | 52.42 | 0.67 | 0.28 |
| Hex | 76 | 6A | 17 | 0 | A | 51 | 36 | 34 | 43 | 1C |
| Octal | 166 | 152 | 27 | 0 | 12 | 121 | 66 | 64 | 103 | 34 |
| Binary | 1110110 | 1101010 | 10111 | 0 | 1010 | 1010001 | 110110 | 110100 | 1000011 | 11100 |
Color Harmonies of #766A17
Complementary color
Monochromatic Colors of #766A17
Black with #766A17
Text Example
Text Example
White with #766A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766A17; }
p { color: rgb(118,106,23); }
H1.HeaderClassName
{
color: #766A17;
}
.AnyTagClassName
{
color: #766A17;
}
</style>
background-color css
<style>
a { background-color: #766A17; }
a { background-color: rgb(118,106,23); }
div.DivClassName
{
background-color: #766A17;
}
.BgClassName
{
background-color: #766A17;
}
</style>
border-color css
<style>
span { border-color: #766A17; }
span { border-color: rgb(118,106,23); }
td.TdClassName
{
border-color: #766A17;
}
.TagClassName
{
border-color: #766A17;
}
</style>