Shades of Yukon Gold #73641F
Tints of Yukon Gold #73641F
RGB
CMYK
RGB Variations
Color information
#73641F (or 0x73641F) is known color: Yukon Gold. HEX triplet: 73, 64 and 1F. RGB value is (115,100,31). Sum of RGB (Red+Green+Blue) = 115+100+31=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 31 (12.5% from 255 or 12.60% from 246); Max value from RGB is 115 - color contains mainly: red. Hex color #73641F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73641F is #8C9BE0. Grayscale: #606060. Windows color (decimal): -9214945 or 2057331. OLE color: 2057331.
HSL color Cylindrical-coordinate representation of color #73641F: hue angle of 49.29º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #73641F is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 100 | 31 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.55 |
| HSL | 49.29º | 0.58% | 0.29% | - |
| HSV(B) | 49.29º | 0.73% | 0.45% | - |
| XYZ | 11.87 | 12.86 | 3.15 | - |
| YUV | 96.62 | 90.97 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 100 | 31 | 0 | 0.13 | 0.73 | 0.55 | 49.29 | 0.58 | 0.29 |
| Hex | 73 | 64 | 1F | 0 | D | 49 | 37 | 31 | 3A | 1D |
| Octal | 163 | 144 | 37 | 0 | 15 | 111 | 67 | 61 | 72 | 35 |
| Binary | 1110011 | 1100100 | 11111 | 0 | 1101 | 1001001 | 110111 | 110001 | 111010 | 11101 |
Color Harmonies of #73641F
Complementary color
Monochromatic Colors of #73641F
Black with #73641F
Text Example
Text Example
White with #73641F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73641F; }
p { color: rgb(115,100,31); }
H1.HeaderClassName
{
color: #73641F;
}
.AnyTagClassName
{
color: #73641F;
}
</style>
background-color css
<style>
a { background-color: #73641F; }
a { background-color: rgb(115,100,31); }
div.DivClassName
{
background-color: #73641F;
}
.BgClassName
{
background-color: #73641F;
}
</style>
border-color css
<style>
span { border-color: #73641F; }
span { border-color: rgb(115,100,31); }
td.TdClassName
{
border-color: #73641F;
}
.TagClassName
{
border-color: #73641F;
}
</style>