Shades of Yukon Gold #756205
Tints of Yukon Gold #756205
RGB
CMYK
RGB Variations
Color information
#756205 (or 0x756205) is known color: Yukon Gold. HEX triplet: 75, 62 and 05. RGB value is (117,98,5). Sum of RGB (Red+Green+Blue) = 117+98+5=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #756205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756205 is #8A9DFA. Grayscale: #5D5D5D. Windows color (decimal): -9084411 or 352885. OLE color: 352885.
HSL color Cylindrical-coordinate representation of color #756205: hue angle of 49.82º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #756205 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 98 | 5 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.54 |
| HSL | 49.82º | 0.92% | 0.24% | - |
| HSV(B) | 49.82º | 0.96% | 0.46% | - |
| XYZ | 11.73 | 12.53 | 1.94 | - |
| YUV | 93.08 | 78.29 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 98 | 5 | 0 | 0.16 | 0.96 | 0.54 | 49.82 | 0.92 | 0.24 |
| Hex | 75 | 62 | 5 | 0 | 10 | 60 | 36 | 32 | 5C | 18 |
| Octal | 165 | 142 | 5 | 0 | 20 | 140 | 66 | 62 | 134 | 30 |
| Binary | 1110101 | 1100010 | 101 | 0 | 10000 | 1100000 | 110110 | 110010 | 1011100 | 11000 |
Color Harmonies of #756205
Complementary color
Monochromatic Colors of #756205
Black with #756205
Text Example
Text Example
White with #756205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756205; }
p { color: rgb(117,98,5); }
H1.HeaderClassName
{
color: #756205;
}
.AnyTagClassName
{
color: #756205;
}
</style>
background-color css
<style>
a { background-color: #756205; }
a { background-color: rgb(117,98,5); }
div.DivClassName
{
background-color: #756205;
}
.BgClassName
{
background-color: #756205;
}
</style>
border-color css
<style>
span { border-color: #756205; }
span { border-color: rgb(117,98,5); }
td.TdClassName
{
border-color: #756205;
}
.TagClassName
{
border-color: #756205;
}
</style>