Shades of Yukon Gold #73651A
Tints of Yukon Gold #73651A
RGB
CMYK
RGB Variations
Color information
#73651A (or 0x73651A) is known color: Yukon Gold. HEX triplet: 73, 65 and 1A. RGB value is (115,101,26). Sum of RGB (Red+Green+Blue) = 115+101+26=242 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.52% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 115 - color contains mainly: red. Hex color #73651A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73651A is #8C9AE5. Grayscale: #606060. Windows color (decimal): -9214694 or 1729907. OLE color: 1729907.
HSL color Cylindrical-coordinate representation of color #73651A: hue angle of 50.56º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73651A is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 101 | 26 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.55 |
| HSL | 50.56º | 0.63% | 0.28% | - |
| HSV(B) | 50.56º | 0.77% | 0.45% | - |
| XYZ | 11.91 | 13.03 | 2.86 | - |
| YUV | 96.64 | 88.14 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 101 | 26 | 0 | 0.12 | 0.77 | 0.55 | 50.56 | 0.63 | 0.28 |
| Hex | 73 | 65 | 1A | 0 | C | 4D | 37 | 33 | 3F | 1C |
| Octal | 163 | 145 | 32 | 0 | 14 | 115 | 67 | 63 | 77 | 34 |
| Binary | 1110011 | 1100101 | 11010 | 0 | 1100 | 1001101 | 110111 | 110011 | 111111 | 11100 |
Color Harmonies of #73651A
Complementary color
Monochromatic Colors of #73651A
Black with #73651A
Text Example
Text Example
White with #73651A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73651A; }
p { color: rgb(115,101,26); }
H1.HeaderClassName
{
color: #73651A;
}
.AnyTagClassName
{
color: #73651A;
}
</style>
background-color css
<style>
a { background-color: #73651A; }
a { background-color: rgb(115,101,26); }
div.DivClassName
{
background-color: #73651A;
}
.BgClassName
{
background-color: #73651A;
}
</style>
border-color css
<style>
span { border-color: #73651A; }
span { border-color: rgb(115,101,26); }
td.TdClassName
{
border-color: #73651A;
}
.TagClassName
{
border-color: #73651A;
}
</style>