Shades of Yukon Gold #76630B
Tints of Yukon Gold #76630B
RGB
CMYK
RGB Variations
Color information
#76630B (or 0x76630B) is known color: Yukon Gold. HEX triplet: 76, 63 and 0B. RGB value is (118,99,11). Sum of RGB (Red+Green+Blue) = 118+99+11=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 11 (4.69% from 255 or 4.82% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #76630B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76630B is #899CF4. Grayscale: #5F5F5F. Windows color (decimal): -9018613 or 746358. OLE color: 746358.
HSL color Cylindrical-coordinate representation of color #76630B: hue angle of 49.35º 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 #76630B is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 99 | 11 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.54 |
| HSL | 49.35º | 0.83% | 0.25% | - |
| HSV(B) | 49.35º | 0.91% | 0.46% | - |
| XYZ | 11.99 | 12.8 | 2.16 | - |
| YUV | 94.65 | 80.79 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 99 | 11 | 0 | 0.16 | 0.91 | 0.54 | 49.35 | 0.83 | 0.25 |
| Hex | 76 | 63 | B | 0 | 10 | 5B | 36 | 31 | 53 | 19 |
| Octal | 166 | 143 | 13 | 0 | 20 | 133 | 66 | 61 | 123 | 31 |
| Binary | 1110110 | 1100011 | 1011 | 0 | 10000 | 1011011 | 110110 | 110001 | 1010011 | 11001 |
Color Harmonies of #76630B
Complementary color
Monochromatic Colors of #76630B
Black with #76630B
Text Example
Text Example
White with #76630B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76630B; }
p { color: rgb(118,99,11); }
H1.HeaderClassName
{
color: #76630B;
}
.AnyTagClassName
{
color: #76630B;
}
</style>
background-color css
<style>
a { background-color: #76630B; }
a { background-color: rgb(118,99,11); }
div.DivClassName
{
background-color: #76630B;
}
.BgClassName
{
background-color: #76630B;
}
</style>
border-color css
<style>
span { border-color: #76630B; }
span { border-color: rgb(118,99,11); }
td.TdClassName
{
border-color: #76630B;
}
.TagClassName
{
border-color: #76630B;
}
</style>