Shades of Yukon Gold #75680A
Tints of Yukon Gold #75680A
RGB
CMYK
RGB Variations
Color information
#75680A (or 0x75680A) is known color: Yukon Gold. HEX triplet: 75, 68 and 0A. RGB value is (117,104,10). Sum of RGB (Red+Green+Blue) = 117+104+10=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 104 (41.02% from 255 or 45.02% from 231); Blue value is 10 (4.30% from 255 or 4.33% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #75680A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75680A is #8A97F5. Grayscale: #616161. Windows color (decimal): -9082870 or 682101. OLE color: 682101.
HSL color Cylindrical-coordinate representation of color #75680A: hue angle of 52.71º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75680A is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 104 | 10 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.54 |
| HSL | 52.71º | 0.84% | 0.25% | - |
| HSV(B) | 52.71º | 0.91% | 0.46% | - |
| XYZ | 12.34 | 13.7 | 2.28 | - |
| YUV | 97.17 | 78.81 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 104 | 10 | 0 | 0.11 | 0.91 | 0.54 | 52.71 | 0.84 | 0.25 |
| Hex | 75 | 68 | A | 0 | B | 5B | 36 | 35 | 54 | 19 |
| Octal | 165 | 150 | 12 | 0 | 13 | 133 | 66 | 65 | 124 | 31 |
| Binary | 1110101 | 1101000 | 1010 | 0 | 1011 | 1011011 | 110110 | 110101 | 1010100 | 11001 |
Color Harmonies of #75680A
Complementary color
Monochromatic Colors of #75680A
Black with #75680A
Text Example
Text Example
White with #75680A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75680A; }
p { color: rgb(117,104,10); }
H1.HeaderClassName
{
color: #75680A;
}
.AnyTagClassName
{
color: #75680A;
}
</style>
background-color css
<style>
a { background-color: #75680A; }
a { background-color: rgb(117,104,10); }
div.DivClassName
{
background-color: #75680A;
}
.BgClassName
{
background-color: #75680A;
}
</style>
border-color css
<style>
span { border-color: #75680A; }
span { border-color: rgb(117,104,10); }
td.TdClassName
{
border-color: #75680A;
}
.TagClassName
{
border-color: #75680A;
}
</style>