Shades of Yukon Gold #755E16
Tints of Yukon Gold #755E16
RGB
CMYK
RGB Variations
Color information
#755E16 (or 0x755E16) is known color: Yukon Gold. HEX triplet: 75, 5E and 16. RGB value is (117,94,22). Sum of RGB (Red+Green+Blue) = 117+94+22=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 94 (37.11% from 255 or 40.34% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #755E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755E16 is #8AA1E9. Grayscale: #5C5C5C. Windows color (decimal): -9085418 or 1465973. OLE color: 1465973.
HSL color Cylindrical-coordinate representation of color #755E16: hue angle of 45.47º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #755E16 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 94 | 22 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.54 |
| HSL | 45.47º | 0.68% | 0.27% | - |
| HSV(B) | 45.47º | 0.81% | 0.46% | - |
| XYZ | 11.48 | 11.85 | 2.44 | - |
| YUV | 92.67 | 88.12 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 94 | 22 | 0 | 0.20 | 0.81 | 0.54 | 45.47 | 0.68 | 0.27 |
| Hex | 75 | 5E | 16 | 0 | 14 | 51 | 36 | 2D | 44 | 1B |
| Octal | 165 | 136 | 26 | 0 | 24 | 121 | 66 | 55 | 104 | 33 |
| Binary | 1110101 | 1011110 | 10110 | 0 | 10100 | 1010001 | 110110 | 101101 | 1000100 | 11011 |
Color Harmonies of #755E16
Complementary color
Monochromatic Colors of #755E16
Black with #755E16
Text Example
Text Example
White with #755E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755E16; }
p { color: rgb(117,94,22); }
H1.HeaderClassName
{
color: #755E16;
}
.AnyTagClassName
{
color: #755E16;
}
</style>
background-color css
<style>
a { background-color: #755E16; }
a { background-color: rgb(117,94,22); }
div.DivClassName
{
background-color: #755E16;
}
.BgClassName
{
background-color: #755E16;
}
</style>
border-color css
<style>
span { border-color: #755E16; }
span { border-color: rgb(117,94,22); }
td.TdClassName
{
border-color: #755E16;
}
.TagClassName
{
border-color: #755E16;
}
</style>