Shades of Yukon Gold #765D1E
Tints of Yukon Gold #765D1E
RGB
CMYK
RGB Variations
Color information
#765D1E (or 0x765D1E) is known color: Yukon Gold. HEX triplet: 76, 5D and 1E. RGB value is (118,93,30). Sum of RGB (Red+Green+Blue) = 118+93+30=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 93 (36.72% from 255 or 38.59% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #765D1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765D1E is #89A2E1. Grayscale: #5D5D5D. Windows color (decimal): -9020130 or 1990006. OLE color: 1990006.
HSL color Cylindrical-coordinate representation of color #765D1E: hue angle of 42.95º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #765D1E is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 93 | 30 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.54 |
| HSL | 42.95º | 0.59% | 0.29% | - |
| HSV(B) | 42.95º | 0.75% | 0.46% | - |
| XYZ | 11.62 | 11.77 | 2.89 | - |
| YUV | 93.29 | 92.28 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 93 | 30 | 0 | 0.21 | 0.75 | 0.54 | 42.95 | 0.59 | 0.29 |
| Hex | 76 | 5D | 1E | 0 | 15 | 4B | 36 | 2B | 3B | 1D |
| Octal | 166 | 135 | 36 | 0 | 25 | 113 | 66 | 53 | 73 | 35 |
| Binary | 1110110 | 1011101 | 11110 | 0 | 10101 | 1001011 | 110110 | 101011 | 111011 | 11101 |
Color Harmonies of #765D1E
Complementary color
Monochromatic Colors of #765D1E
Black with #765D1E
Text Example
Text Example
White with #765D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765D1E; }
p { color: rgb(118,93,30); }
H1.HeaderClassName
{
color: #765D1E;
}
.AnyTagClassName
{
color: #765D1E;
}
</style>
background-color css
<style>
a { background-color: #765D1E; }
a { background-color: rgb(118,93,30); }
div.DivClassName
{
background-color: #765D1E;
}
.BgClassName
{
background-color: #765D1E;
}
</style>
border-color css
<style>
span { border-color: #765D1E; }
span { border-color: rgb(118,93,30); }
td.TdClassName
{
border-color: #765D1E;
}
.TagClassName
{
border-color: #765D1E;
}
</style>