Shades of Yukon Gold #76621D
Tints of Yukon Gold #76621D
RGB
CMYK
RGB Variations
Color information
#76621D (or 0x76621D) is known color: Yukon Gold. HEX triplet: 76, 62 and 1D. RGB value is (118,98,29). Sum of RGB (Red+Green+Blue) = 118+98+29=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #76621D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76621D is #899DE2. Grayscale: #606060. Windows color (decimal): -9018851 or 1925750. OLE color: 1925750.
HSL color Cylindrical-coordinate representation of color #76621D: hue angle of 46.52º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76621D is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 98 | 29 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.54 |
| HSL | 46.52º | 0.61% | 0.29% | - |
| HSV(B) | 46.52º | 0.75% | 0.46% | - |
| XYZ | 12.06 | 12.68 | 2.97 | - |
| YUV | 96.11 | 90.13 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 98 | 29 | 0 | 0.17 | 0.75 | 0.54 | 46.52 | 0.61 | 0.29 |
| Hex | 76 | 62 | 1D | 0 | 11 | 4B | 36 | 2F | 3D | 1D |
| Octal | 166 | 142 | 35 | 0 | 21 | 113 | 66 | 57 | 75 | 35 |
| Binary | 1110110 | 1100010 | 11101 | 0 | 10001 | 1001011 | 110110 | 101111 | 111101 | 11101 |
Color Harmonies of #76621D
Complementary color
Monochromatic Colors of #76621D
Black with #76621D
Text Example
Text Example
White with #76621D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76621D; }
p { color: rgb(118,98,29); }
H1.HeaderClassName
{
color: #76621D;
}
.AnyTagClassName
{
color: #76621D;
}
</style>
background-color css
<style>
a { background-color: #76621D; }
a { background-color: rgb(118,98,29); }
div.DivClassName
{
background-color: #76621D;
}
.BgClassName
{
background-color: #76621D;
}
</style>
border-color css
<style>
span { border-color: #76621D; }
span { border-color: rgb(118,98,29); }
td.TdClassName
{
border-color: #76621D;
}
.TagClassName
{
border-color: #76621D;
}
</style>