Shades of Yukon Gold #76671A
Tints of Yukon Gold #76671A
RGB
CMYK
RGB Variations
Color information
#76671A (or 0x76671A) is known color: Yukon Gold. HEX triplet: 76, 67 and 1A. RGB value is (118,103,26). Sum of RGB (Red+Green+Blue) = 118+103+26=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 103 (40.62% from 255 or 41.70% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #76671A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76671A is #8998E5. Grayscale: #636363. Windows color (decimal): -9017574 or 1730422. OLE color: 1730422.
HSL color Cylindrical-coordinate representation of color #76671A: hue angle of 50.22º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #76671A is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 103 | 26 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.54 |
| HSL | 50.22º | 0.64% | 0.28% | - |
| HSV(B) | 50.22º | 0.78% | 0.46% | - |
| XYZ | 12.51 | 13.63 | 2.95 | - |
| YUV | 98.71 | 86.97 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 103 | 26 | 0 | 0.13 | 0.78 | 0.54 | 50.22 | 0.64 | 0.28 |
| Hex | 76 | 67 | 1A | 0 | D | 4E | 36 | 32 | 40 | 1C |
| Octal | 166 | 147 | 32 | 0 | 15 | 116 | 66 | 62 | 100 | 34 |
| Binary | 1110110 | 1100111 | 11010 | 0 | 1101 | 1001110 | 110110 | 110010 | 1000000 | 11100 |
Color Harmonies of #76671A
Complementary color
Monochromatic Colors of #76671A
Black with #76671A
Text Example
Text Example
White with #76671A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76671A; }
p { color: rgb(118,103,26); }
H1.HeaderClassName
{
color: #76671A;
}
.AnyTagClassName
{
color: #76671A;
}
</style>
background-color css
<style>
a { background-color: #76671A; }
a { background-color: rgb(118,103,26); }
div.DivClassName
{
background-color: #76671A;
}
.BgClassName
{
background-color: #76671A;
}
</style>
border-color css
<style>
span { border-color: #76671A; }
span { border-color: rgb(118,103,26); }
td.TdClassName
{
border-color: #76671A;
}
.TagClassName
{
border-color: #76671A;
}
</style>