Shades of Yukon Gold #766A18
Tints of Yukon Gold #766A18
RGB
CMYK
RGB Variations
Color information
#766A18 (or 0x766A18) is known color: Yukon Gold. HEX triplet: 76, 6A and 18. RGB value is (118,106,24). Sum of RGB (Red+Green+Blue) = 118+106+24=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 106 (41.80% from 255 or 42.74% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #766A18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766A18 is #8995E7. Grayscale: #646464. Windows color (decimal): -9016808 or 1600118. OLE color: 1600118.
HSL color Cylindrical-coordinate representation of color #766A18: hue angle of 52.34º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #766A18 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 106 | 24 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.54 |
| HSL | 52.34º | 0.66% | 0.28% | - |
| HSV(B) | 52.34º | 0.8% | 0.46% | - |
| XYZ | 12.79 | 14.23 | 2.94 | - |
| YUV | 100.24 | 84.98 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 24 | 0 | 0.10 | 0.80 | 0.54 | 52.34 | 0.66 | 0.28 |
| Hex | 76 | 6A | 18 | 0 | A | 50 | 36 | 34 | 42 | 1C |
| Octal | 166 | 152 | 30 | 0 | 12 | 120 | 66 | 64 | 102 | 34 |
| Binary | 1110110 | 1101010 | 11000 | 0 | 1010 | 1010000 | 110110 | 110100 | 1000010 | 11100 |
Color Harmonies of #766A18
Complementary color
Monochromatic Colors of #766A18
Black with #766A18
Text Example
Text Example
White with #766A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766A18; }
p { color: rgb(118,106,24); }
H1.HeaderClassName
{
color: #766A18;
}
.AnyTagClassName
{
color: #766A18;
}
</style>
background-color css
<style>
a { background-color: #766A18; }
a { background-color: rgb(118,106,24); }
div.DivClassName
{
background-color: #766A18;
}
.BgClassName
{
background-color: #766A18;
}
</style>
border-color css
<style>
span { border-color: #766A18; }
span { border-color: rgb(118,106,24); }
td.TdClassName
{
border-color: #766A18;
}
.TagClassName
{
border-color: #766A18;
}
</style>