Shades of Yukon Gold #705F1A
Tints of Yukon Gold #705F1A
RGB
CMYK
RGB Variations
Color information
#705F1A (or 0x705F1A) is known color: Yukon Gold. HEX triplet: 70, 5F and 1A. RGB value is (112,95,26). Sum of RGB (Red+Green+Blue) = 112+95+26=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 95 (37.5% from 255 or 40.77% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #705F1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705F1A is #8FA0E5. Grayscale: #5C5C5C. Windows color (decimal): -9412838 or 1728368. OLE color: 1728368.
HSL color Cylindrical-coordinate representation of color #705F1A: hue angle of 48.14º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #705F1A is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 95 | 26 | - |
| CMYK | 0 | 0.15 | 0.77 | 0.56 |
| HSL | 48.14º | 0.62% | 0.27% | - |
| HSV(B) | 48.14º | 0.77% | 0.44% | - |
| XYZ | 10.96 | 11.7 | 2.66 | - |
| YUV | 92.22 | 90.63 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 26 | 0 | 0.15 | 0.77 | 0.56 | 48.14 | 0.62 | 0.27 |
| Hex | 70 | 5F | 1A | 0 | F | 4D | 38 | 30 | 3E | 1B |
| Octal | 160 | 137 | 32 | 0 | 17 | 115 | 70 | 60 | 76 | 33 |
| Binary | 1110000 | 1011111 | 11010 | 0 | 1111 | 1001101 | 111000 | 110000 | 111110 | 11011 |
Color Harmonies of #705F1A
Complementary color
Monochromatic Colors of #705F1A
Black with #705F1A
Text Example
Text Example
White with #705F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705F1A; }
p { color: rgb(112,95,26); }
H1.HeaderClassName
{
color: #705F1A;
}
.AnyTagClassName
{
color: #705F1A;
}
</style>
background-color css
<style>
a { background-color: #705F1A; }
a { background-color: rgb(112,95,26); }
div.DivClassName
{
background-color: #705F1A;
}
.BgClassName
{
background-color: #705F1A;
}
</style>
border-color css
<style>
span { border-color: #705F1A; }
span { border-color: rgb(112,95,26); }
td.TdClassName
{
border-color: #705F1A;
}
.TagClassName
{
border-color: #705F1A;
}
</style>