Shades of Yukon Gold #706105
Tints of Yukon Gold #706105
RGB
CMYK
RGB Variations
Color information
#706105 (or 0x706105) is known color: Yukon Gold. HEX triplet: 70, 61 and 05. RGB value is (112,97,5). Sum of RGB (Red+Green+Blue) = 112+97+5=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 5 (2.34% from 255 or 2.34% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #706105 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706105 is #8F9EFA. Grayscale: #5B5B5B. Windows color (decimal): -9412347 or 352624. OLE color: 352624.
HSL color Cylindrical-coordinate representation of color #706105: hue angle of 51.59º 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 #706105 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 97 | 5 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.56 |
| HSL | 51.59º | 0.91% | 0.23% | - |
| HSV(B) | 51.59º | 0.96% | 0.44% | - |
| XYZ | 10.98 | 12.01 | 1.88 | - |
| YUV | 91 | 79.47 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 97 | 5 | 0 | 0.13 | 0.96 | 0.56 | 51.59 | 0.91 | 0.23 |
| Hex | 70 | 61 | 5 | 0 | D | 60 | 38 | 34 | 5B | 17 |
| Octal | 160 | 141 | 5 | 0 | 15 | 140 | 70 | 64 | 133 | 27 |
| Binary | 1110000 | 1100001 | 101 | 0 | 1101 | 1100000 | 111000 | 110100 | 1011011 | 10111 |
Color Harmonies of #706105
Complementary color
Monochromatic Colors of #706105
Black with #706105
Text Example
Text Example
White with #706105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706105; }
p { color: rgb(112,97,5); }
H1.HeaderClassName
{
color: #706105;
}
.AnyTagClassName
{
color: #706105;
}
</style>
background-color css
<style>
a { background-color: #706105; }
a { background-color: rgb(112,97,5); }
div.DivClassName
{
background-color: #706105;
}
.BgClassName
{
background-color: #706105;
}
</style>
border-color css
<style>
span { border-color: #706105; }
span { border-color: rgb(112,97,5); }
td.TdClassName
{
border-color: #706105;
}
.TagClassName
{
border-color: #706105;
}
</style>