Shades of Yukon Gold #7C6B23
Tints of Yukon Gold #7C6B23
RGB
CMYK
RGB Variations
Color information
#7C6B23 (or 0x7C6B23) is known color: Yukon Gold. HEX triplet: 7C, 6B and 23. RGB value is (124,107,35). Sum of RGB (Red+Green+Blue) = 124+107+35=266 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.62% from 266); Green value is 107 (42.19% from 255 or 40.23% from 266); Blue value is 35 (14.06% from 255 or 13.16% from 266); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6B23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6B23 is #8394DC. Grayscale: #686868. Windows color (decimal): -8623325 or 2321276. OLE color: 2321276.
HSL color Cylindrical-coordinate representation of color #7C6B23: hue angle of 48.54º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7C6B23 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 107 | 35 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.51 |
| HSL | 48.54º | 0.56% | 0.31% | - |
| HSV(B) | 48.54º | 0.72% | 0.49% | - |
| XYZ | 13.87 | 14.92 | 3.74 | - |
| YUV | 103.88 | 89.13 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 107 | 35 | 0 | 0.14 | 0.72 | 0.51 | 48.54 | 0.56 | 0.31 |
| Hex | 7C | 6B | 23 | 0 | E | 48 | 33 | 31 | 38 | 1F |
| Octal | 174 | 153 | 43 | 0 | 16 | 110 | 63 | 61 | 70 | 37 |
| Binary | 1111100 | 1101011 | 100011 | 0 | 1110 | 1001000 | 110011 | 110001 | 111000 | 11111 |
Color Harmonies of #7C6B23
Complementary color
Monochromatic Colors of #7C6B23
Black with #7C6B23
Text Example
Text Example
White with #7C6B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6B23; }
p { color: rgb(124,107,35); }
H1.HeaderClassName
{
color: #7C6B23;
}
.AnyTagClassName
{
color: #7C6B23;
}
</style>
background-color css
<style>
a { background-color: #7C6B23; }
a { background-color: rgb(124,107,35); }
div.DivClassName
{
background-color: #7C6B23;
}
.BgClassName
{
background-color: #7C6B23;
}
</style>
border-color css
<style>
span { border-color: #7C6B23; }
span { border-color: rgb(124,107,35); }
td.TdClassName
{
border-color: #7C6B23;
}
.TagClassName
{
border-color: #7C6B23;
}
</style>