Shades of Yukon Gold #796C1B
Tints of Yukon Gold #796C1B
RGB
CMYK
RGB Variations
Color information
#796C1B (or 0x796C1B) is known color: Yukon Gold. HEX triplet: 79, 6C and 1B. RGB value is (121,108,27). Sum of RGB (Red+Green+Blue) = 121+108+27=256 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.27% from 256); Green value is 108 (42.58% from 255 or 42.19% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 121 - color contains mainly: red. Hex color #796C1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796C1B is #8693E4. Grayscale: #666666. Windows color (decimal): -8819685 or 1797241. OLE color: 1797241.
HSL color Cylindrical-coordinate representation of color #796C1B: hue angle of 51.7º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #796C1B is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 108 | 27 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.53 |
| HSL | 51.7º | 0.64% | 0.29% | - |
| HSV(B) | 51.7º | 0.78% | 0.47% | - |
| XYZ | 13.45 | 14.87 | 3.2 | - |
| YUV | 102.65 | 85.31 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 108 | 27 | 0 | 0.11 | 0.78 | 0.53 | 51.7 | 0.64 | 0.29 |
| Hex | 79 | 6C | 1B | 0 | B | 4E | 35 | 34 | 40 | 1D |
| Octal | 171 | 154 | 33 | 0 | 13 | 116 | 65 | 64 | 100 | 35 |
| Binary | 1111001 | 1101100 | 11011 | 0 | 1011 | 1001110 | 110101 | 110100 | 1000000 | 11101 |
Color Harmonies of #796C1B
Complementary color
Monochromatic Colors of #796C1B
Black with #796C1B
Text Example
Text Example
White with #796C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796C1B; }
p { color: rgb(121,108,27); }
H1.HeaderClassName
{
color: #796C1B;
}
.AnyTagClassName
{
color: #796C1B;
}
</style>
background-color css
<style>
a { background-color: #796C1B; }
a { background-color: rgb(121,108,27); }
div.DivClassName
{
background-color: #796C1B;
}
.BgClassName
{
background-color: #796C1B;
}
</style>
border-color css
<style>
span { border-color: #796C1B; }
span { border-color: rgb(121,108,27); }
td.TdClassName
{
border-color: #796C1B;
}
.TagClassName
{
border-color: #796C1B;
}
</style>