Shades of Yukon Gold #76621C
Tints of Yukon Gold #76621C
RGB
CMYK
RGB Variations
Color information
#76621C (or 0x76621C) is known color: Yukon Gold. HEX triplet: 76, 62 and 1C. RGB value is (118,98,28). Sum of RGB (Red+Green+Blue) = 118+98+28=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 98 (38.67% from 255 or 40.16% from 244); Blue value is 28 (11.33% from 255 or 11.48% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #76621C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76621C is #899DE3. Grayscale: #606060. Windows color (decimal): -9018852 or 1860214. OLE color: 1860214.
HSL color Cylindrical-coordinate representation of color #76621C: hue angle of 46.67º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76621C is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 98 | 28 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.54 |
| HSL | 46.67º | 0.62% | 0.29% | - |
| HSV(B) | 46.67º | 0.76% | 0.46% | - |
| XYZ | 12.05 | 12.67 | 2.91 | - |
| YUV | 96 | 89.63 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 98 | 28 | 0 | 0.17 | 0.76 | 0.54 | 46.67 | 0.62 | 0.29 |
| Hex | 76 | 62 | 1C | 0 | 11 | 4C | 36 | 2F | 3E | 1D |
| Octal | 166 | 142 | 34 | 0 | 21 | 114 | 66 | 57 | 76 | 35 |
| Binary | 1110110 | 1100010 | 11100 | 0 | 10001 | 1001100 | 110110 | 101111 | 111110 | 11101 |
Color Harmonies of #76621C
Complementary color
Monochromatic Colors of #76621C
Black with #76621C
Text Example
Text Example
White with #76621C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76621C; }
p { color: rgb(118,98,28); }
H1.HeaderClassName
{
color: #76621C;
}
.AnyTagClassName
{
color: #76621C;
}
</style>
background-color css
<style>
a { background-color: #76621C; }
a { background-color: rgb(118,98,28); }
div.DivClassName
{
background-color: #76621C;
}
.BgClassName
{
background-color: #76621C;
}
</style>
border-color css
<style>
span { border-color: #76621C; }
span { border-color: rgb(118,98,28); }
td.TdClassName
{
border-color: #76621C;
}
.TagClassName
{
border-color: #76621C;
}
</style>