Shades of Yukon Gold #71640F
Tints of Yukon Gold #71640F
RGB
CMYK
RGB Variations
Color information
#71640F (or 0x71640F) is known color: Yukon Gold. HEX triplet: 71, 64 and 0F. RGB value is (113,100,15). Sum of RGB (Red+Green+Blue) = 113+100+15=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 100 (39.45% from 255 or 43.86% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #71640F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71640F is #8E9BF0. Grayscale: #5E5E5E. Windows color (decimal): -9346033 or 1008753. OLE color: 1008753.
HSL color Cylindrical-coordinate representation of color #71640F: hue angle of 52.04º 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 #71640F is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 100 | 15 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.56 |
| HSL | 52.04º | 0.77% | 0.25% | - |
| HSV(B) | 52.04º | 0.87% | 0.44% | - |
| XYZ | 11.45 | 12.66 | 2.29 | - |
| YUV | 94.2 | 83.31 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 100 | 15 | 0 | 0.12 | 0.87 | 0.56 | 52.04 | 0.77 | 0.25 |
| Hex | 71 | 64 | F | 0 | C | 57 | 38 | 34 | 4D | 19 |
| Octal | 161 | 144 | 17 | 0 | 14 | 127 | 70 | 64 | 115 | 31 |
| Binary | 1110001 | 1100100 | 1111 | 0 | 1100 | 1010111 | 111000 | 110100 | 1001101 | 11001 |
Color Harmonies of #71640F
Complementary color
Monochromatic Colors of #71640F
Black with #71640F
Text Example
Text Example
White with #71640F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71640F; }
p { color: rgb(113,100,15); }
H1.HeaderClassName
{
color: #71640F;
}
.AnyTagClassName
{
color: #71640F;
}
</style>
background-color css
<style>
a { background-color: #71640F; }
a { background-color: rgb(113,100,15); }
div.DivClassName
{
background-color: #71640F;
}
.BgClassName
{
background-color: #71640F;
}
</style>
border-color css
<style>
span { border-color: #71640F; }
span { border-color: rgb(113,100,15); }
td.TdClassName
{
border-color: #71640F;
}
.TagClassName
{
border-color: #71640F;
}
</style>