Shades of Yukon Gold #736215
Tints of Yukon Gold #736215
RGB
CMYK
RGB Variations
Color information
#736215 (or 0x736215) is known color: Yukon Gold. HEX triplet: 73, 62 and 15. RGB value is (115,98,21). Sum of RGB (Red+Green+Blue) = 115+98+21=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 21 (8.59% from 255 or 8.97% from 234); Max value from RGB is 115 - color contains mainly: red. Hex color #736215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736215 is #8C9DEA. Grayscale: #5E5E5E. Windows color (decimal): -9215467 or 1401459. OLE color: 1401459.
HSL color Cylindrical-coordinate representation of color #736215: hue angle of 49.15º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #736215 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 98 | 21 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.55 |
| HSL | 49.15º | 0.69% | 0.27% | - |
| HSV(B) | 49.15º | 0.82% | 0.45% | - |
| XYZ | 11.57 | 12.43 | 2.5 | - |
| YUV | 94.31 | 86.63 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 98 | 21 | 0 | 0.15 | 0.82 | 0.55 | 49.15 | 0.69 | 0.27 |
| Hex | 73 | 62 | 15 | 0 | F | 52 | 37 | 31 | 45 | 1B |
| Octal | 163 | 142 | 25 | 0 | 17 | 122 | 67 | 61 | 105 | 33 |
| Binary | 1110011 | 1100010 | 10101 | 0 | 1111 | 1010010 | 110111 | 110001 | 1000101 | 11011 |
Color Harmonies of #736215
Complementary color
Monochromatic Colors of #736215
Black with #736215
Text Example
Text Example
White with #736215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736215; }
p { color: rgb(115,98,21); }
H1.HeaderClassName
{
color: #736215;
}
.AnyTagClassName
{
color: #736215;
}
</style>
background-color css
<style>
a { background-color: #736215; }
a { background-color: rgb(115,98,21); }
div.DivClassName
{
background-color: #736215;
}
.BgClassName
{
background-color: #736215;
}
</style>
border-color css
<style>
span { border-color: #736215; }
span { border-color: rgb(115,98,21); }
td.TdClassName
{
border-color: #736215;
}
.TagClassName
{
border-color: #736215;
}
</style>