Shades of Yukon Gold #75640F
Tints of Yukon Gold #75640F
RGB
CMYK
RGB Variations
Color information
#75640F (or 0x75640F) is known color: Yukon Gold. HEX triplet: 75, 64 and 0F. RGB value is (117,100,15). Sum of RGB (Red+Green+Blue) = 117+100+15=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 100 (39.45% from 255 or 43.10% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #75640F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75640F is #8A9BF0. Grayscale: #5F5F5F. Windows color (decimal): -9083889 or 1008757. OLE color: 1008757.
HSL color Cylindrical-coordinate representation of color #75640F: hue angle of 50º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #75640F is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 100 | 15 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.54 |
| HSL | 50º | 0.77% | 0.26% | - |
| HSV(B) | 50º | 0.87% | 0.46% | - |
| XYZ | 11.98 | 12.93 | 2.32 | - |
| YUV | 95.39 | 82.63 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 100 | 15 | 0 | 0.15 | 0.87 | 0.54 | 50 | 0.77 | 0.26 |
| Hex | 75 | 64 | F | 0 | F | 57 | 36 | 32 | 4D | 1A |
| Octal | 165 | 144 | 17 | 0 | 17 | 127 | 66 | 62 | 115 | 32 |
| Binary | 1110101 | 1100100 | 1111 | 0 | 1111 | 1010111 | 110110 | 110010 | 1001101 | 11010 |
Color Harmonies of #75640F
Complementary color
Monochromatic Colors of #75640F
Black with #75640F
Text Example
Text Example
White with #75640F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75640F; }
p { color: rgb(117,100,15); }
H1.HeaderClassName
{
color: #75640F;
}
.AnyTagClassName
{
color: #75640F;
}
</style>
background-color css
<style>
a { background-color: #75640F; }
a { background-color: rgb(117,100,15); }
div.DivClassName
{
background-color: #75640F;
}
.BgClassName
{
background-color: #75640F;
}
</style>
border-color css
<style>
span { border-color: #75640F; }
span { border-color: rgb(117,100,15); }
td.TdClassName
{
border-color: #75640F;
}
.TagClassName
{
border-color: #75640F;
}
</style>