Shades of Yukon Gold #766B12
Tints of Yukon Gold #766B12
RGB
CMYK
RGB Variations
Color information
#766B12 (or 0x766B12) is known color: Yukon Gold. HEX triplet: 76, 6B and 12. RGB value is (118,107,18). Sum of RGB (Red+Green+Blue) = 118+107+18=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 107 (42.19% from 255 or 44.03% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #766B12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766B12 is #8994ED. Grayscale: #646464. Windows color (decimal): -9016558 or 1207158. OLE color: 1207158.
HSL color Cylindrical-coordinate representation of color #766B12: hue angle of 53.4º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #766B12 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 107 | 18 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.54 |
| HSL | 53.4º | 0.74% | 0.27% | - |
| HSV(B) | 53.4º | 0.85% | 0.46% | - |
| XYZ | 12.84 | 14.41 | 2.68 | - |
| YUV | 100.14 | 81.64 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 18 | 0 | 0.09 | 0.85 | 0.54 | 53.4 | 0.74 | 0.27 |
| Hex | 76 | 6B | 12 | 0 | 9 | 55 | 36 | 35 | 4A | 1B |
| Octal | 166 | 153 | 22 | 0 | 11 | 125 | 66 | 65 | 112 | 33 |
| Binary | 1110110 | 1101011 | 10010 | 0 | 1001 | 1010101 | 110110 | 110101 | 1001010 | 11011 |
Color Harmonies of #766B12
Complementary color
Monochromatic Colors of #766B12
Black with #766B12
Text Example
Text Example
White with #766B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766B12; }
p { color: rgb(118,107,18); }
H1.HeaderClassName
{
color: #766B12;
}
.AnyTagClassName
{
color: #766B12;
}
</style>
background-color css
<style>
a { background-color: #766B12; }
a { background-color: rgb(118,107,18); }
div.DivClassName
{
background-color: #766B12;
}
.BgClassName
{
background-color: #766B12;
}
</style>
border-color css
<style>
span { border-color: #766B12; }
span { border-color: rgb(118,107,18); }
td.TdClassName
{
border-color: #766B12;
}
.TagClassName
{
border-color: #766B12;
}
</style>