Shades of Yukon Gold #76680B
Tints of Yukon Gold #76680B
RGB
CMYK
RGB Variations
Color information
#76680B (or 0x76680B) is known color: Yukon Gold. HEX triplet: 76, 68 and 0B. RGB value is (118,104,11). Sum of RGB (Red+Green+Blue) = 118+104+11=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 11 (4.69% from 255 or 4.72% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #76680B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76680B is #8997F4. Grayscale: #616161. Windows color (decimal): -9017333 or 747638. OLE color: 747638.
HSL color Cylindrical-coordinate representation of color #76680B: hue angle of 52.15º 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 #76680B is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 104 | 11 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.54 |
| HSL | 52.15º | 0.83% | 0.25% | - |
| HSV(B) | 52.15º | 0.91% | 0.46% | - |
| XYZ | 12.48 | 13.78 | 2.32 | - |
| YUV | 97.58 | 79.14 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 104 | 11 | 0 | 0.12 | 0.91 | 0.54 | 52.15 | 0.83 | 0.25 |
| Hex | 76 | 68 | B | 0 | C | 5B | 36 | 34 | 53 | 19 |
| Octal | 166 | 150 | 13 | 0 | 14 | 133 | 66 | 64 | 123 | 31 |
| Binary | 1110110 | 1101000 | 1011 | 0 | 1100 | 1011011 | 110110 | 110100 | 1010011 | 11001 |
Color Harmonies of #76680B
Complementary color
Monochromatic Colors of #76680B
Black with #76680B
Text Example
Text Example
White with #76680B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76680B; }
p { color: rgb(118,104,11); }
H1.HeaderClassName
{
color: #76680B;
}
.AnyTagClassName
{
color: #76680B;
}
</style>
background-color css
<style>
a { background-color: #76680B; }
a { background-color: rgb(118,104,11); }
div.DivClassName
{
background-color: #76680B;
}
.BgClassName
{
background-color: #76680B;
}
</style>
border-color css
<style>
span { border-color: #76680B; }
span { border-color: rgb(118,104,11); }
td.TdClassName
{
border-color: #76680B;
}
.TagClassName
{
border-color: #76680B;
}
</style>