Shades of Yukon Gold #7A651B
Tints of Yukon Gold #7A651B
RGB
CMYK
RGB Variations
Color information
#7A651B (or 0x7A651B) is known color: Yukon Gold. HEX triplet: 7A, 65 and 1B. RGB value is (122,101,27). Sum of RGB (Red+Green+Blue) = 122+101+27=250 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.8% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 122 - color contains mainly: red. Hex color #7A651B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A651B is #859AE4. Grayscale: #636363. Windows color (decimal): -8755941 or 1795450. OLE color: 1795450.
HSL color Cylindrical-coordinate representation of color #7A651B: hue angle of 46.74º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7A651B is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 101 | 27 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.52 |
| HSL | 46.74º | 0.64% | 0.29% | - |
| HSV(B) | 46.74º | 0.78% | 0.48% | - |
| XYZ | 12.88 | 13.52 | 2.97 | - |
| YUV | 98.84 | 87.46 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 101 | 27 | 0 | 0.17 | 0.78 | 0.52 | 46.74 | 0.64 | 0.29 |
| Hex | 7A | 65 | 1B | 0 | 11 | 4E | 34 | 2F | 40 | 1D |
| Octal | 172 | 145 | 33 | 0 | 21 | 116 | 64 | 57 | 100 | 35 |
| Binary | 1111010 | 1100101 | 11011 | 0 | 10001 | 1001110 | 110100 | 101111 | 1000000 | 11101 |
Color Harmonies of #7A651B
Complementary color
Monochromatic Colors of #7A651B
Black with #7A651B
Text Example
Text Example
White with #7A651B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A651B; }
p { color: rgb(122,101,27); }
H1.HeaderClassName
{
color: #7A651B;
}
.AnyTagClassName
{
color: #7A651B;
}
</style>
background-color css
<style>
a { background-color: #7A651B; }
a { background-color: rgb(122,101,27); }
div.DivClassName
{
background-color: #7A651B;
}
.BgClassName
{
background-color: #7A651B;
}
</style>
border-color css
<style>
span { border-color: #7A651B; }
span { border-color: rgb(122,101,27); }
td.TdClassName
{
border-color: #7A651B;
}
.TagClassName
{
border-color: #7A651B;
}
</style>