Shades of Yukon Gold #766202
Tints of Yukon Gold #766202
RGB
CMYK
RGB Variations
Color information
#766202 (or 0x766202) is known color: Yukon Gold. HEX triplet: 76, 62 and 02. RGB value is (118,98,2). Sum of RGB (Red+Green+Blue) = 118+98+2=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #766202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766202 is #899DFD. Grayscale: #5D5D5D. Windows color (decimal): -9018878 or 156278. OLE color: 156278.
HSL color Cylindrical-coordinate representation of color #766202: hue angle of 49.66º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #766202 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 98 | 2 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.54 |
| HSL | 49.66º | 0.97% | 0.24% | - |
| HSV(B) | 49.66º | 0.98% | 0.46% | - |
| XYZ | 11.85 | 12.59 | 1.86 | - |
| YUV | 93.04 | 76.63 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 98 | 2 | 0 | 0.17 | 0.98 | 0.54 | 49.66 | 0.97 | 0.24 |
| Hex | 76 | 62 | 2 | 0 | 11 | 62 | 36 | 32 | 61 | 18 |
| Octal | 166 | 142 | 2 | 0 | 21 | 142 | 66 | 62 | 141 | 30 |
| Binary | 1110110 | 1100010 | 10 | 0 | 10001 | 1100010 | 110110 | 110010 | 1100001 | 11000 |
Color Harmonies of #766202
Complementary color
Monochromatic Colors of #766202
Black with #766202
Text Example
Text Example
White with #766202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766202; }
p { color: rgb(118,98,2); }
H1.HeaderClassName
{
color: #766202;
}
.AnyTagClassName
{
color: #766202;
}
</style>
background-color css
<style>
a { background-color: #766202; }
a { background-color: rgb(118,98,2); }
div.DivClassName
{
background-color: #766202;
}
.BgClassName
{
background-color: #766202;
}
</style>
border-color css
<style>
span { border-color: #766202; }
span { border-color: rgb(118,98,2); }
td.TdClassName
{
border-color: #766202;
}
.TagClassName
{
border-color: #766202;
}
</style>