Shades of Yukon Gold #76621B
Tints of Yukon Gold #76621B
RGB
CMYK
RGB Variations
Color information
#76621B (or 0x76621B) is known color: Yukon Gold. HEX triplet: 76, 62 and 1B. RGB value is (118,98,27). Sum of RGB (Red+Green+Blue) = 118+98+27=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 98 (38.67% from 255 or 40.33% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #76621B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76621B is #899DE4. Grayscale: #606060. Windows color (decimal): -9018853 or 1794678. OLE color: 1794678.
HSL color Cylindrical-coordinate representation of color #76621B: hue angle of 46.81º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76621B is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 98 | 27 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.54 |
| HSL | 46.81º | 0.63% | 0.28% | - |
| HSV(B) | 46.81º | 0.77% | 0.46% | - |
| XYZ | 12.04 | 12.67 | 2.85 | - |
| YUV | 95.89 | 89.13 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 98 | 27 | 0 | 0.17 | 0.77 | 0.54 | 46.81 | 0.63 | 0.28 |
| Hex | 76 | 62 | 1B | 0 | 11 | 4D | 36 | 2F | 3F | 1C |
| Octal | 166 | 142 | 33 | 0 | 21 | 115 | 66 | 57 | 77 | 34 |
| Binary | 1110110 | 1100010 | 11011 | 0 | 10001 | 1001101 | 110110 | 101111 | 111111 | 11100 |
Color Harmonies of #76621B
Complementary color
Monochromatic Colors of #76621B
Black with #76621B
Text Example
Text Example
White with #76621B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76621B; }
p { color: rgb(118,98,27); }
H1.HeaderClassName
{
color: #76621B;
}
.AnyTagClassName
{
color: #76621B;
}
</style>
background-color css
<style>
a { background-color: #76621B; }
a { background-color: rgb(118,98,27); }
div.DivClassName
{
background-color: #76621B;
}
.BgClassName
{
background-color: #76621B;
}
</style>
border-color css
<style>
span { border-color: #76621B; }
span { border-color: rgb(118,98,27); }
td.TdClassName
{
border-color: #76621B;
}
.TagClassName
{
border-color: #76621B;
}
</style>