Shades of Yukon Gold #71620F
Tints of Yukon Gold #71620F
RGB
CMYK
RGB Variations
Color information
#71620F (or 0x71620F) is known color: Yukon Gold. HEX triplet: 71, 62 and 0F. RGB value is (113,98,15). Sum of RGB (Red+Green+Blue) = 113+98+15=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #71620F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71620F is #8E9DF0. Grayscale: #5D5D5D. Windows color (decimal): -9346545 or 1008241. OLE color: 1008241.
HSL color Cylindrical-coordinate representation of color #71620F: hue angle of 50.82º 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 #71620F is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 98 | 15 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.56 |
| HSL | 50.82º | 0.77% | 0.25% | - |
| HSV(B) | 50.82º | 0.87% | 0.44% | - |
| XYZ | 11.26 | 12.28 | 2.23 | - |
| YUV | 93.02 | 83.97 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 98 | 15 | 0 | 0.13 | 0.87 | 0.56 | 50.82 | 0.77 | 0.25 |
| Hex | 71 | 62 | F | 0 | D | 57 | 38 | 33 | 4D | 19 |
| Octal | 161 | 142 | 17 | 0 | 15 | 127 | 70 | 63 | 115 | 31 |
| Binary | 1110001 | 1100010 | 1111 | 0 | 1101 | 1010111 | 111000 | 110011 | 1001101 | 11001 |
Color Harmonies of #71620F
Complementary color
Monochromatic Colors of #71620F
Black with #71620F
Text Example
Text Example
White with #71620F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71620F; }
p { color: rgb(113,98,15); }
H1.HeaderClassName
{
color: #71620F;
}
.AnyTagClassName
{
color: #71620F;
}
</style>
background-color css
<style>
a { background-color: #71620F; }
a { background-color: rgb(113,98,15); }
div.DivClassName
{
background-color: #71620F;
}
.BgClassName
{
background-color: #71620F;
}
</style>
border-color css
<style>
span { border-color: #71620F; }
span { border-color: rgb(113,98,15); }
td.TdClassName
{
border-color: #71620F;
}
.TagClassName
{
border-color: #71620F;
}
</style>