Shades of Yukon Gold #706205
Tints of Yukon Gold #706205
RGB
CMYK
RGB Variations
Color information
#706205 (or 0x706205) is known color: Yukon Gold. HEX triplet: 70, 62 and 05. RGB value is (112,98,5). Sum of RGB (Red+Green+Blue) = 112+98+5=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 5 (2.34% from 255 or 2.33% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #706205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706205 is #8F9DFA. Grayscale: #5B5B5B. Windows color (decimal): -9412091 or 352880. OLE color: 352880.
HSL color Cylindrical-coordinate representation of color #706205: hue angle of 52.15º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #706205 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 98 | 5 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.56 |
| HSL | 52.15º | 0.91% | 0.23% | - |
| HSV(B) | 52.15º | 0.96% | 0.44% | - |
| XYZ | 11.08 | 12.19 | 1.91 | - |
| YUV | 91.58 | 79.14 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 98 | 5 | 0 | 0.13 | 0.96 | 0.56 | 52.15 | 0.91 | 0.23 |
| Hex | 70 | 62 | 5 | 0 | D | 60 | 38 | 34 | 5B | 17 |
| Octal | 160 | 142 | 5 | 0 | 15 | 140 | 70 | 64 | 133 | 27 |
| Binary | 1110000 | 1100010 | 101 | 0 | 1101 | 1100000 | 111000 | 110100 | 1011011 | 10111 |
Color Harmonies of #706205
Complementary color
Monochromatic Colors of #706205
Black with #706205
Text Example
Text Example
White with #706205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706205; }
p { color: rgb(112,98,5); }
H1.HeaderClassName
{
color: #706205;
}
.AnyTagClassName
{
color: #706205;
}
</style>
background-color css
<style>
a { background-color: #706205; }
a { background-color: rgb(112,98,5); }
div.DivClassName
{
background-color: #706205;
}
.BgClassName
{
background-color: #706205;
}
</style>
border-color css
<style>
span { border-color: #706205; }
span { border-color: rgb(112,98,5); }
td.TdClassName
{
border-color: #706205;
}
.TagClassName
{
border-color: #706205;
}
</style>