Shades of Yukon Gold #76671D
Tints of Yukon Gold #76671D
RGB
CMYK
RGB Variations
Color information
#76671D (or 0x76671D) is known color: Yukon Gold. HEX triplet: 76, 67 and 1D. RGB value is (118,103,29). Sum of RGB (Red+Green+Blue) = 118+103+29=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 103 (40.62% from 255 or 41.2% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #76671D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76671D is #8998E2. Grayscale: #636363. Windows color (decimal): -9017571 or 1927030. OLE color: 1927030.
HSL color Cylindrical-coordinate representation of color #76671D: hue angle of 49.89º 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 #76671D is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 103 | 29 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.54 |
| HSL | 49.89º | 0.61% | 0.29% | - |
| HSV(B) | 49.89º | 0.75% | 0.46% | - |
| XYZ | 12.54 | 13.64 | 3.13 | - |
| YUV | 99.05 | 88.47 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 103 | 29 | 0 | 0.13 | 0.75 | 0.54 | 49.89 | 0.61 | 0.29 |
| Hex | 76 | 67 | 1D | 0 | D | 4B | 36 | 32 | 3D | 1D |
| Octal | 166 | 147 | 35 | 0 | 15 | 113 | 66 | 62 | 75 | 35 |
| Binary | 1110110 | 1100111 | 11101 | 0 | 1101 | 1001011 | 110110 | 110010 | 111101 | 11101 |
Color Harmonies of #76671D
Complementary color
Monochromatic Colors of #76671D
Black with #76671D
Text Example
Text Example
White with #76671D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76671D; }
p { color: rgb(118,103,29); }
H1.HeaderClassName
{
color: #76671D;
}
.AnyTagClassName
{
color: #76671D;
}
</style>
background-color css
<style>
a { background-color: #76671D; }
a { background-color: rgb(118,103,29); }
div.DivClassName
{
background-color: #76671D;
}
.BgClassName
{
background-color: #76671D;
}
</style>
border-color css
<style>
span { border-color: #76671D; }
span { border-color: rgb(118,103,29); }
td.TdClassName
{
border-color: #76671D;
}
.TagClassName
{
border-color: #76671D;
}
</style>