Shades of Yukon Gold #766B0D
Tints of Yukon Gold #766B0D
RGB
CMYK
RGB Variations
Color information
#766B0D (or 0x766B0D) is known color: Yukon Gold. HEX triplet: 76, 6B and 0D. RGB value is (118,107,13). Sum of RGB (Red+Green+Blue) = 118+107+13=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 107 (42.19% from 255 or 44.96% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #766B0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766B0D is #8994F2. Grayscale: #636363. Windows color (decimal): -9016563 or 879478. OLE color: 879478.
HSL color Cylindrical-coordinate representation of color #766B0D: hue angle of 53.71º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #766B0D is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 107 | 13 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.54 |
| HSL | 53.71º | 0.8% | 0.26% | - |
| HSV(B) | 53.71º | 0.89% | 0.46% | - |
| XYZ | 12.8 | 14.4 | 2.48 | - |
| YUV | 99.57 | 79.14 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 13 | 0 | 0.09 | 0.89 | 0.54 | 53.71 | 0.8 | 0.26 |
| Hex | 76 | 6B | D | 0 | 9 | 59 | 36 | 36 | 50 | 1A |
| Octal | 166 | 153 | 15 | 0 | 11 | 131 | 66 | 66 | 120 | 32 |
| Binary | 1110110 | 1101011 | 1101 | 0 | 1001 | 1011001 | 110110 | 110110 | 1010000 | 11010 |
Color Harmonies of #766B0D
Complementary color
Monochromatic Colors of #766B0D
Black with #766B0D
Text Example
Text Example
White with #766B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766B0D; }
p { color: rgb(118,107,13); }
H1.HeaderClassName
{
color: #766B0D;
}
.AnyTagClassName
{
color: #766B0D;
}
</style>
background-color css
<style>
a { background-color: #766B0D; }
a { background-color: rgb(118,107,13); }
div.DivClassName
{
background-color: #766B0D;
}
.BgClassName
{
background-color: #766B0D;
}
</style>
border-color css
<style>
span { border-color: #766B0D; }
span { border-color: rgb(118,107,13); }
td.TdClassName
{
border-color: #766B0D;
}
.TagClassName
{
border-color: #766B0D;
}
</style>