Shades of Yukon Gold #756709
Tints of Yukon Gold #756709
RGB
CMYK
RGB Variations
Color information
#756709 (or 0x756709) is known color: Yukon Gold. HEX triplet: 75, 67 and 09. RGB value is (117,103,9). Sum of RGB (Red+Green+Blue) = 117+103+9=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 103 (40.62% from 255 or 44.98% from 229); Blue value is 9 (3.91% from 255 or 3.93% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #756709 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756709 is #8A98F6. Grayscale: #606060. Windows color (decimal): -9083127 or 616309. OLE color: 616309.
HSL color Cylindrical-coordinate representation of color #756709: hue angle of 52.22º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #756709 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 103 | 9 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.54 |
| HSL | 52.22º | 0.86% | 0.25% | - |
| HSV(B) | 52.22º | 0.92% | 0.46% | - |
| XYZ | 12.24 | 13.5 | 2.22 | - |
| YUV | 96.47 | 78.64 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 103 | 9 | 0 | 0.12 | 0.92 | 0.54 | 52.22 | 0.86 | 0.25 |
| Hex | 75 | 67 | 9 | 0 | C | 5C | 36 | 34 | 56 | 19 |
| Octal | 165 | 147 | 11 | 0 | 14 | 134 | 66 | 64 | 126 | 31 |
| Binary | 1110101 | 1100111 | 1001 | 0 | 1100 | 1011100 | 110110 | 110100 | 1010110 | 11001 |
Color Harmonies of #756709
Complementary color
Monochromatic Colors of #756709
Black with #756709
Text Example
Text Example
White with #756709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756709; }
p { color: rgb(117,103,9); }
H1.HeaderClassName
{
color: #756709;
}
.AnyTagClassName
{
color: #756709;
}
</style>
background-color css
<style>
a { background-color: #756709; }
a { background-color: rgb(117,103,9); }
div.DivClassName
{
background-color: #756709;
}
.BgClassName
{
background-color: #756709;
}
</style>
border-color css
<style>
span { border-color: #756709; }
span { border-color: rgb(117,103,9); }
td.TdClassName
{
border-color: #756709;
}
.TagClassName
{
border-color: #756709;
}
</style>