Shades of Yukon Gold #71600F
Tints of Yukon Gold #71600F
RGB
CMYK
RGB Variations
Color information
#71600F (or 0x71600F) is known color: Yukon Gold. HEX triplet: 71, 60 and 0F. RGB value is (113,96,15). Sum of RGB (Red+Green+Blue) = 113+96+15=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #71600F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71600F is #8E9FF0. Grayscale: #5C5C5C. Windows color (decimal): -9347057 or 1007729. OLE color: 1007729.
HSL color Cylindrical-coordinate representation of color #71600F: hue angle of 49.59º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #71600F is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 96 | 15 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.56 |
| HSL | 49.59º | 0.77% | 0.25% | - |
| HSV(B) | 49.59º | 0.87% | 0.44% | - |
| XYZ | 11.08 | 11.91 | 2.17 | - |
| YUV | 91.85 | 84.63 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 96 | 15 | 0 | 0.15 | 0.87 | 0.56 | 49.59 | 0.77 | 0.25 |
| Hex | 71 | 60 | F | 0 | F | 57 | 38 | 32 | 4D | 19 |
| Octal | 161 | 140 | 17 | 0 | 17 | 127 | 70 | 62 | 115 | 31 |
| Binary | 1110001 | 1100000 | 1111 | 0 | 1111 | 1010111 | 111000 | 110010 | 1001101 | 11001 |
Color Harmonies of #71600F
Complementary color
Monochromatic Colors of #71600F
Black with #71600F
Text Example
Text Example
White with #71600F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71600F; }
p { color: rgb(113,96,15); }
H1.HeaderClassName
{
color: #71600F;
}
.AnyTagClassName
{
color: #71600F;
}
</style>
background-color css
<style>
a { background-color: #71600F; }
a { background-color: rgb(113,96,15); }
div.DivClassName
{
background-color: #71600F;
}
.BgClassName
{
background-color: #71600F;
}
</style>
border-color css
<style>
span { border-color: #71600F; }
span { border-color: rgb(113,96,15); }
td.TdClassName
{
border-color: #71600F;
}
.TagClassName
{
border-color: #71600F;
}
</style>