Shades of Yukon Gold #76661C
Tints of Yukon Gold #76661C
RGB
CMYK
RGB Variations
Color information
#76661C (or 0x76661C) is known color: Yukon Gold. HEX triplet: 76, 66 and 1C. RGB value is (118,102,28). Sum of RGB (Red+Green+Blue) = 118+102+28=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 102 (40.23% from 255 or 41.13% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #76661C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76661C is #8999E3. Grayscale: #626262. Windows color (decimal): -9017828 or 1861238. OLE color: 1861238.
HSL color Cylindrical-coordinate representation of color #76661C: hue angle of 49.33º 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 #76661C is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 102 | 28 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.54 |
| HSL | 49.33º | 0.62% | 0.29% | - |
| HSV(B) | 49.33º | 0.76% | 0.46% | - |
| XYZ | 12.43 | 13.44 | 3.04 | - |
| YUV | 98.35 | 88.3 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 102 | 28 | 0 | 0.14 | 0.76 | 0.54 | 49.33 | 0.62 | 0.29 |
| Hex | 76 | 66 | 1C | 0 | E | 4C | 36 | 31 | 3E | 1D |
| Octal | 166 | 146 | 34 | 0 | 16 | 114 | 66 | 61 | 76 | 35 |
| Binary | 1110110 | 1100110 | 11100 | 0 | 1110 | 1001100 | 110110 | 110001 | 111110 | 11101 |
Color Harmonies of #76661C
Complementary color
Monochromatic Colors of #76661C
Black with #76661C
Text Example
Text Example
White with #76661C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76661C; }
p { color: rgb(118,102,28); }
H1.HeaderClassName
{
color: #76661C;
}
.AnyTagClassName
{
color: #76661C;
}
</style>
background-color css
<style>
a { background-color: #76661C; }
a { background-color: rgb(118,102,28); }
div.DivClassName
{
background-color: #76661C;
}
.BgClassName
{
background-color: #76661C;
}
</style>
border-color css
<style>
span { border-color: #76661C; }
span { border-color: rgb(118,102,28); }
td.TdClassName
{
border-color: #76661C;
}
.TagClassName
{
border-color: #76661C;
}
</style>