Shades of Yukon Gold #76690B
Tints of Yukon Gold #76690B
RGB
CMYK
RGB Variations
Color information
#76690B (or 0x76690B) is known color: Yukon Gold. HEX triplet: 76, 69 and 0B. RGB value is (118,105,11). Sum of RGB (Red+Green+Blue) = 118+105+11=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 105 (41.41% from 255 or 44.87% from 234); Blue value is 11 (4.69% from 255 or 4.70% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #76690B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76690B is #8996F4. Grayscale: #626262. Windows color (decimal): -9017077 or 747894. OLE color: 747894.
HSL color Cylindrical-coordinate representation of color #76690B: hue angle of 52.71º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #76690B is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 105 | 11 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.54 |
| HSL | 52.71º | 0.83% | 0.25% | - |
| HSV(B) | 52.71º | 0.91% | 0.46% | - |
| XYZ | 12.58 | 13.98 | 2.35 | - |
| YUV | 98.17 | 78.81 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 105 | 11 | 0 | 0.11 | 0.91 | 0.54 | 52.71 | 0.83 | 0.25 |
| Hex | 76 | 69 | B | 0 | B | 5B | 36 | 35 | 53 | 19 |
| Octal | 166 | 151 | 13 | 0 | 13 | 133 | 66 | 65 | 123 | 31 |
| Binary | 1110110 | 1101001 | 1011 | 0 | 1011 | 1011011 | 110110 | 110101 | 1010011 | 11001 |
Color Harmonies of #76690B
Complementary color
Monochromatic Colors of #76690B
Black with #76690B
Text Example
Text Example
White with #76690B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76690B; }
p { color: rgb(118,105,11); }
H1.HeaderClassName
{
color: #76690B;
}
.AnyTagClassName
{
color: #76690B;
}
</style>
background-color css
<style>
a { background-color: #76690B; }
a { background-color: rgb(118,105,11); }
div.DivClassName
{
background-color: #76690B;
}
.BgClassName
{
background-color: #76690B;
}
</style>
border-color css
<style>
span { border-color: #76690B; }
span { border-color: rgb(118,105,11); }
td.TdClassName
{
border-color: #76690B;
}
.TagClassName
{
border-color: #76690B;
}
</style>