Shades of Yukon Gold #71620B
Tints of Yukon Gold #71620B
RGB
CMYK
RGB Variations
Color information
#71620B (or 0x71620B) is known color: Yukon Gold. HEX triplet: 71, 62 and 0B. RGB value is (113,98,11). Sum of RGB (Red+Green+Blue) = 113+98+11=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 98 (38.67% from 255 or 44.14% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #71620B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71620B is #8E9DF4. Grayscale: #5C5C5C. Windows color (decimal): -9346549 or 746097. OLE color: 746097.
HSL color Cylindrical-coordinate representation of color #71620B: hue angle of 51.18º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71620B is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 98 | 11 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.56 |
| HSL | 51.18º | 0.82% | 0.24% | - |
| HSV(B) | 51.18º | 0.9% | 0.44% | - |
| XYZ | 11.24 | 12.27 | 2.09 | - |
| YUV | 92.57 | 81.97 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 98 | 11 | 0 | 0.13 | 0.90 | 0.56 | 51.18 | 0.82 | 0.24 |
| Hex | 71 | 62 | B | 0 | D | 5A | 38 | 33 | 52 | 18 |
| Octal | 161 | 142 | 13 | 0 | 15 | 132 | 70 | 63 | 122 | 30 |
| Binary | 1110001 | 1100010 | 1011 | 0 | 1101 | 1011010 | 111000 | 110011 | 1010010 | 11000 |
Color Harmonies of #71620B
Complementary color
Monochromatic Colors of #71620B
Black with #71620B
Text Example
Text Example
White with #71620B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71620B; }
p { color: rgb(113,98,11); }
H1.HeaderClassName
{
color: #71620B;
}
.AnyTagClassName
{
color: #71620B;
}
</style>
background-color css
<style>
a { background-color: #71620B; }
a { background-color: rgb(113,98,11); }
div.DivClassName
{
background-color: #71620B;
}
.BgClassName
{
background-color: #71620B;
}
</style>
border-color css
<style>
span { border-color: #71620B; }
span { border-color: rgb(113,98,11); }
td.TdClassName
{
border-color: #71620B;
}
.TagClassName
{
border-color: #71620B;
}
</style>