Shades of Yukon Gold #73621B
Tints of Yukon Gold #73621B
RGB
CMYK
RGB Variations
Color information
#73621B (or 0x73621B) is known color: Yukon Gold. HEX triplet: 73, 62 and 1B. RGB value is (115,98,27). Sum of RGB (Red+Green+Blue) = 115+98+27=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 98 (38.67% from 255 or 40.83% from 240); Blue value is 27 (10.94% from 255 or 11.25% from 240); Max value from RGB is 115 - color contains mainly: red. Hex color #73621B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73621B is #8C9DE4. Grayscale: #5F5F5F. Windows color (decimal): -9215461 or 1794675. OLE color: 1794675.
HSL color Cylindrical-coordinate representation of color #73621B: hue angle of 48.41º degrees, saturation: 0.62, 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 #73621B is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 98 | 27 | - |
| CMYK | 0 | 0.15 | 0.77 | 0.55 |
| HSL | 48.41º | 0.62% | 0.28% | - |
| HSV(B) | 48.41º | 0.77% | 0.45% | - |
| XYZ | 11.64 | 12.46 | 2.83 | - |
| YUV | 94.99 | 89.63 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 98 | 27 | 0 | 0.15 | 0.77 | 0.55 | 48.41 | 0.62 | 0.28 |
| Hex | 73 | 62 | 1B | 0 | F | 4D | 37 | 30 | 3E | 1C |
| Octal | 163 | 142 | 33 | 0 | 17 | 115 | 67 | 60 | 76 | 34 |
| Binary | 1110011 | 1100010 | 11011 | 0 | 1111 | 1001101 | 110111 | 110000 | 111110 | 11100 |
Color Harmonies of #73621B
Complementary color
Monochromatic Colors of #73621B
Black with #73621B
Text Example
Text Example
White with #73621B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73621B; }
p { color: rgb(115,98,27); }
H1.HeaderClassName
{
color: #73621B;
}
.AnyTagClassName
{
color: #73621B;
}
</style>
background-color css
<style>
a { background-color: #73621B; }
a { background-color: rgb(115,98,27); }
div.DivClassName
{
background-color: #73621B;
}
.BgClassName
{
background-color: #73621B;
}
</style>
border-color css
<style>
span { border-color: #73621B; }
span { border-color: rgb(115,98,27); }
td.TdClassName
{
border-color: #73621B;
}
.TagClassName
{
border-color: #73621B;
}
</style>