Shades of Yukon Gold #73641C
Tints of Yukon Gold #73641C
RGB
CMYK
RGB Variations
Color information
#73641C (or 0x73641C) is known color: Yukon Gold. HEX triplet: 73, 64 and 1C. RGB value is (115,100,28). Sum of RGB (Red+Green+Blue) = 115+100+28=243 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.33% from 243); Green value is 100 (39.45% from 255 or 41.15% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 115 - color contains mainly: red. Hex color #73641C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73641C is #8C9BE3. Grayscale: #606060. Windows color (decimal): -9214948 or 1860723. OLE color: 1860723.
HSL color Cylindrical-coordinate representation of color #73641C: hue angle of 49.66º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #73641C is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 100 | 28 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.55 |
| HSL | 49.66º | 0.61% | 0.28% | - |
| HSV(B) | 49.66º | 0.76% | 0.45% | - |
| XYZ | 11.84 | 12.84 | 2.95 | - |
| YUV | 96.28 | 89.47 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 100 | 28 | 0 | 0.13 | 0.76 | 0.55 | 49.66 | 0.61 | 0.28 |
| Hex | 73 | 64 | 1C | 0 | D | 4C | 37 | 32 | 3D | 1C |
| Octal | 163 | 144 | 34 | 0 | 15 | 114 | 67 | 62 | 75 | 34 |
| Binary | 1110011 | 1100100 | 11100 | 0 | 1101 | 1001100 | 110111 | 110010 | 111101 | 11100 |
Color Harmonies of #73641C
Complementary color
Monochromatic Colors of #73641C
Black with #73641C
Text Example
Text Example
White with #73641C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73641C; }
p { color: rgb(115,100,28); }
H1.HeaderClassName
{
color: #73641C;
}
.AnyTagClassName
{
color: #73641C;
}
</style>
background-color css
<style>
a { background-color: #73641C; }
a { background-color: rgb(115,100,28); }
div.DivClassName
{
background-color: #73641C;
}
.BgClassName
{
background-color: #73641C;
}
</style>
border-color css
<style>
span { border-color: #73641C; }
span { border-color: rgb(115,100,28); }
td.TdClassName
{
border-color: #73641C;
}
.TagClassName
{
border-color: #73641C;
}
</style>