Shades of Yukon Gold #765C16
Tints of Yukon Gold #765C16
RGB
CMYK
RGB Variations
Color information
#765C16 (or 0x765C16) is known color: Yukon Gold. HEX triplet: 76, 5C and 16. RGB value is (118,92,22). Sum of RGB (Red+Green+Blue) = 118+92+22=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #765C16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765C16 is #89A3E9. Grayscale: #5C5C5C. Windows color (decimal): -9020394 or 1465462. OLE color: 1465462.
HSL color Cylindrical-coordinate representation of color #765C16: hue angle of 43.75º degrees, saturation: 0.69, 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 #765C16 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 92 | 22 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.54 |
| HSL | 43.75º | 0.69% | 0.27% | - |
| HSV(B) | 43.75º | 0.81% | 0.46% | - |
| XYZ | 11.44 | 11.56 | 2.39 | - |
| YUV | 91.79 | 88.61 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 92 | 22 | 0 | 0.22 | 0.81 | 0.54 | 43.75 | 0.69 | 0.27 |
| Hex | 76 | 5C | 16 | 0 | 16 | 51 | 36 | 2C | 45 | 1B |
| Octal | 166 | 134 | 26 | 0 | 26 | 121 | 66 | 54 | 105 | 33 |
| Binary | 1110110 | 1011100 | 10110 | 0 | 10110 | 1010001 | 110110 | 101100 | 1000101 | 11011 |
Color Harmonies of #765C16
Complementary color
Monochromatic Colors of #765C16
Black with #765C16
Text Example
Text Example
White with #765C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765C16; }
p { color: rgb(118,92,22); }
H1.HeaderClassName
{
color: #765C16;
}
.AnyTagClassName
{
color: #765C16;
}
</style>
background-color css
<style>
a { background-color: #765C16; }
a { background-color: rgb(118,92,22); }
div.DivClassName
{
background-color: #765C16;
}
.BgClassName
{
background-color: #765C16;
}
</style>
border-color css
<style>
span { border-color: #765C16; }
span { border-color: rgb(118,92,22); }
td.TdClassName
{
border-color: #765C16;
}
.TagClassName
{
border-color: #765C16;
}
</style>