Shades of Yukon Gold #71670B
Tints of Yukon Gold #71670B
RGB
CMYK
RGB Variations
Color information
#71670B (or 0x71670B) is known color: Yukon Gold. HEX triplet: 71, 67 and 0B. RGB value is (113,103,11). Sum of RGB (Red+Green+Blue) = 113+103+11=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 103 (40.62% from 255 or 45.37% from 227); Blue value is 11 (4.69% from 255 or 4.85% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #71670B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71670B is #8E98F4. Grayscale: #5F5F5F. Windows color (decimal): -9345269 or 747377. OLE color: 747377.
HSL color Cylindrical-coordinate representation of color #71670B: hue angle of 54.12º 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 #71670B is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 103 | 11 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.56 |
| HSL | 54.12º | 0.82% | 0.24% | - |
| HSV(B) | 54.12º | 0.9% | 0.44% | - |
| XYZ | 11.72 | 13.24 | 2.25 | - |
| YUV | 95.5 | 80.31 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 103 | 11 | 0 | 0.09 | 0.90 | 0.56 | 54.12 | 0.82 | 0.24 |
| Hex | 71 | 67 | B | 0 | 9 | 5A | 38 | 36 | 52 | 18 |
| Octal | 161 | 147 | 13 | 0 | 11 | 132 | 70 | 66 | 122 | 30 |
| Binary | 1110001 | 1100111 | 1011 | 0 | 1001 | 1011010 | 111000 | 110110 | 1010010 | 11000 |
Color Harmonies of #71670B
Complementary color
Monochromatic Colors of #71670B
Black with #71670B
Text Example
Text Example
White with #71670B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71670B; }
p { color: rgb(113,103,11); }
H1.HeaderClassName
{
color: #71670B;
}
.AnyTagClassName
{
color: #71670B;
}
</style>
background-color css
<style>
a { background-color: #71670B; }
a { background-color: rgb(113,103,11); }
div.DivClassName
{
background-color: #71670B;
}
.BgClassName
{
background-color: #71670B;
}
</style>
border-color css
<style>
span { border-color: #71670B; }
span { border-color: rgb(113,103,11); }
td.TdClassName
{
border-color: #71670B;
}
.TagClassName
{
border-color: #71670B;
}
</style>