Shades of Yukon Gold #7C6606
Tints of Yukon Gold #7C6606
RGB
CMYK
RGB Variations
Color information
#7C6606 (or 0x7C6606) is known color: Yukon Gold. HEX triplet: 7C, 66 and 06. RGB value is (124,102,6). Sum of RGB (Red+Green+Blue) = 124+102+6=232 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.45% from 232); Green value is 102 (40.23% from 255 or 43.97% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6606 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6606 is #8399F9. Grayscale: #626262. Windows color (decimal): -8624634 or 419452. OLE color: 419452.
HSL color Cylindrical-coordinate representation of color #7C6606: hue angle of 48.81º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7C6606 is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 102 | 6 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.51 |
| HSL | 48.81º | 0.91% | 0.25% | - |
| HSV(B) | 48.81º | 0.95% | 0.49% | - |
| XYZ | 13.1 | 13.8 | 2.15 | - |
| YUV | 97.63 | 76.29 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 102 | 6 | 0 | 0.18 | 0.95 | 0.51 | 48.81 | 0.91 | 0.25 |
| Hex | 7C | 66 | 6 | 0 | 12 | 5F | 33 | 31 | 5B | 19 |
| Octal | 174 | 146 | 6 | 0 | 22 | 137 | 63 | 61 | 133 | 31 |
| Binary | 1111100 | 1100110 | 110 | 0 | 10010 | 1011111 | 110011 | 110001 | 1011011 | 11001 |
Color Harmonies of #7C6606
Complementary color
Monochromatic Colors of #7C6606
Black with #7C6606
Text Example
Text Example
White with #7C6606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6606; }
p { color: rgb(124,102,6); }
H1.HeaderClassName
{
color: #7C6606;
}
.AnyTagClassName
{
color: #7C6606;
}
</style>
background-color css
<style>
a { background-color: #7C6606; }
a { background-color: rgb(124,102,6); }
div.DivClassName
{
background-color: #7C6606;
}
.BgClassName
{
background-color: #7C6606;
}
</style>
border-color css
<style>
span { border-color: #7C6606; }
span { border-color: rgb(124,102,6); }
td.TdClassName
{
border-color: #7C6606;
}
.TagClassName
{
border-color: #7C6606;
}
</style>