Shades of Yukon Gold #766A15
Tints of Yukon Gold #766A15
RGB
CMYK
RGB Variations
Color information
#766A15 (or 0x766A15) is known color: Yukon Gold. HEX triplet: 76, 6A and 15. RGB value is (118,106,21). Sum of RGB (Red+Green+Blue) = 118+106+21=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 106 (41.80% from 255 or 43.27% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #766A15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766A15 is #8995EA. Grayscale: #646464. Windows color (decimal): -9016811 or 1403510. OLE color: 1403510.
HSL color Cylindrical-coordinate representation of color #766A15: hue angle of 52.58º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #766A15 is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 106 | 21 | - |
| CMYK | 0 | 0.10 | 0.82 | 0.54 |
| HSL | 52.58º | 0.7% | 0.27% | - |
| HSV(B) | 52.58º | 0.82% | 0.46% | - |
| XYZ | 12.76 | 14.21 | 2.78 | - |
| YUV | 99.9 | 83.48 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 21 | 0 | 0.10 | 0.82 | 0.54 | 52.58 | 0.7 | 0.27 |
| Hex | 76 | 6A | 15 | 0 | A | 52 | 36 | 35 | 46 | 1B |
| Octal | 166 | 152 | 25 | 0 | 12 | 122 | 66 | 65 | 106 | 33 |
| Binary | 1110110 | 1101010 | 10101 | 0 | 1010 | 1010010 | 110110 | 110101 | 1000110 | 11011 |
Color Harmonies of #766A15
Complementary color
Monochromatic Colors of #766A15
Black with #766A15
Text Example
Text Example
White with #766A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766A15; }
p { color: rgb(118,106,21); }
H1.HeaderClassName
{
color: #766A15;
}
.AnyTagClassName
{
color: #766A15;
}
</style>
background-color css
<style>
a { background-color: #766A15; }
a { background-color: rgb(118,106,21); }
div.DivClassName
{
background-color: #766A15;
}
.BgClassName
{
background-color: #766A15;
}
</style>
border-color css
<style>
span { border-color: #766A15; }
span { border-color: rgb(118,106,21); }
td.TdClassName
{
border-color: #766A15;
}
.TagClassName
{
border-color: #766A15;
}
</style>