Shades of Yukon Gold #7B6A24
Tints of Yukon Gold #7B6A24
RGB
CMYK
RGB Variations
Color information
#7B6A24 (or 0x7B6A24) is known color: Yukon Gold. HEX triplet: 7B, 6A and 24. RGB value is (123,106,36). Sum of RGB (Red+Green+Blue) = 123+106+36=265 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.42% from 265); Green value is 106 (41.80% from 255 or 40% from 265); Blue value is 36 (14.45% from 255 or 13.58% from 265); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6A24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6A24 is #8495DB. Grayscale: #676767. Windows color (decimal): -8689116 or 2386555. OLE color: 2386555.
HSL color Cylindrical-coordinate representation of color #7B6A24: hue angle of 48.28º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7B6A24 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 106 | 36 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.52 |
| HSL | 48.28º | 0.55% | 0.31% | - |
| HSV(B) | 48.28º | 0.71% | 0.48% | - |
| XYZ | 13.64 | 14.65 | 3.78 | - |
| YUV | 103.1 | 90.13 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 106 | 36 | 0 | 0.14 | 0.71 | 0.52 | 48.28 | 0.55 | 0.31 |
| Hex | 7B | 6A | 24 | 0 | E | 47 | 34 | 30 | 37 | 1F |
| Octal | 173 | 152 | 44 | 0 | 16 | 107 | 64 | 60 | 67 | 37 |
| Binary | 1111011 | 1101010 | 100100 | 0 | 1110 | 1000111 | 110100 | 110000 | 110111 | 11111 |
Color Harmonies of #7B6A24
Complementary color
Monochromatic Colors of #7B6A24
Black with #7B6A24
Text Example
Text Example
White with #7B6A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6A24; }
p { color: rgb(123,106,36); }
H1.HeaderClassName
{
color: #7B6A24;
}
.AnyTagClassName
{
color: #7B6A24;
}
</style>
background-color css
<style>
a { background-color: #7B6A24; }
a { background-color: rgb(123,106,36); }
div.DivClassName
{
background-color: #7B6A24;
}
.BgClassName
{
background-color: #7B6A24;
}
</style>
border-color css
<style>
span { border-color: #7B6A24; }
span { border-color: rgb(123,106,36); }
td.TdClassName
{
border-color: #7B6A24;
}
.TagClassName
{
border-color: #7B6A24;
}
</style>