Shades of Yukon Gold #76670B
Tints of Yukon Gold #76670B
RGB
CMYK
RGB Variations
Color information
#76670B (or 0x76670B) is known color: Yukon Gold. HEX triplet: 76, 67 and 0B. RGB value is (118,103,11). Sum of RGB (Red+Green+Blue) = 118+103+11=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 103 (40.62% from 255 or 44.40% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #76670B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76670B is #8998F4. Grayscale: #616161. Windows color (decimal): -9017589 or 747382. OLE color: 747382.
HSL color Cylindrical-coordinate representation of color #76670B: hue angle of 51.59º 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 #76670B is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 103 | 11 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.54 |
| HSL | 51.59º | 0.83% | 0.25% | - |
| HSV(B) | 51.59º | 0.91% | 0.46% | - |
| XYZ | 12.38 | 13.58 | 2.28 | - |
| YUV | 97 | 79.47 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 103 | 11 | 0 | 0.13 | 0.91 | 0.54 | 51.59 | 0.83 | 0.25 |
| Hex | 76 | 67 | B | 0 | D | 5B | 36 | 34 | 53 | 19 |
| Octal | 166 | 147 | 13 | 0 | 15 | 133 | 66 | 64 | 123 | 31 |
| Binary | 1110110 | 1100111 | 1011 | 0 | 1101 | 1011011 | 110110 | 110100 | 1010011 | 11001 |
Color Harmonies of #76670B
Complementary color
Monochromatic Colors of #76670B
Black with #76670B
Text Example
Text Example
White with #76670B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76670B; }
p { color: rgb(118,103,11); }
H1.HeaderClassName
{
color: #76670B;
}
.AnyTagClassName
{
color: #76670B;
}
</style>
background-color css
<style>
a { background-color: #76670B; }
a { background-color: rgb(118,103,11); }
div.DivClassName
{
background-color: #76670B;
}
.BgClassName
{
background-color: #76670B;
}
</style>
border-color css
<style>
span { border-color: #76670B; }
span { border-color: rgb(118,103,11); }
td.TdClassName
{
border-color: #76670B;
}
.TagClassName
{
border-color: #76670B;
}
</style>