Shades of Yukon Gold #706208
Tints of Yukon Gold #706208
RGB
CMYK
RGB Variations
Color information
#706208 (or 0x706208) is known color: Yukon Gold. HEX triplet: 70, 62 and 08. RGB value is (112,98,8). Sum of RGB (Red+Green+Blue) = 112+98+8=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 8 (3.52% from 255 or 3.67% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #706208 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706208 is #8F9DF7. Grayscale: #5C5C5C. Windows color (decimal): -9412088 or 549488. OLE color: 549488.
HSL color Cylindrical-coordinate representation of color #706208: hue angle of 51.92º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #706208 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 98 | 8 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.56 |
| HSL | 51.92º | 0.87% | 0.24% | - |
| HSV(B) | 51.92º | 0.93% | 0.44% | - |
| XYZ | 11.09 | 12.2 | 2 | - |
| YUV | 91.93 | 80.64 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 98 | 8 | 0 | 0.13 | 0.93 | 0.56 | 51.92 | 0.87 | 0.24 |
| Hex | 70 | 62 | 8 | 0 | D | 5D | 38 | 34 | 57 | 18 |
| Octal | 160 | 142 | 10 | 0 | 15 | 135 | 70 | 64 | 127 | 30 |
| Binary | 1110000 | 1100010 | 1000 | 0 | 1101 | 1011101 | 111000 | 110100 | 1010111 | 11000 |
Color Harmonies of #706208
Complementary color
Monochromatic Colors of #706208
Black with #706208
Text Example
Text Example
White with #706208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706208; }
p { color: rgb(112,98,8); }
H1.HeaderClassName
{
color: #706208;
}
.AnyTagClassName
{
color: #706208;
}
</style>
background-color css
<style>
a { background-color: #706208; }
a { background-color: rgb(112,98,8); }
div.DivClassName
{
background-color: #706208;
}
.BgClassName
{
background-color: #706208;
}
</style>
border-color css
<style>
span { border-color: #706208; }
span { border-color: rgb(112,98,8); }
td.TdClassName
{
border-color: #706208;
}
.TagClassName
{
border-color: #706208;
}
</style>