Shades of Yukon Gold #75621E
Tints of Yukon Gold #75621E
RGB
CMYK
RGB Variations
Color information
#75621E (or 0x75621E) is known color: Yukon Gold. HEX triplet: 75, 62 and 1E. RGB value is (117,98,30). Sum of RGB (Red+Green+Blue) = 117+98+30=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #75621E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75621E is #8A9DE1. Grayscale: #606060. Windows color (decimal): -9084386 or 1991285. OLE color: 1991285.
HSL color Cylindrical-coordinate representation of color #75621E: hue angle of 46.9º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75621E is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 98 | 30 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.54 |
| HSL | 46.9º | 0.59% | 0.29% | - |
| HSV(B) | 46.9º | 0.74% | 0.46% | - |
| XYZ | 11.94 | 12.61 | 3.03 | - |
| YUV | 95.93 | 90.79 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 98 | 30 | 0 | 0.16 | 0.74 | 0.54 | 46.9 | 0.59 | 0.29 |
| Hex | 75 | 62 | 1E | 0 | 10 | 4A | 36 | 2F | 3B | 1D |
| Octal | 165 | 142 | 36 | 0 | 20 | 112 | 66 | 57 | 73 | 35 |
| Binary | 1110101 | 1100010 | 11110 | 0 | 10000 | 1001010 | 110110 | 101111 | 111011 | 11101 |
Color Harmonies of #75621E
Complementary color
Monochromatic Colors of #75621E
Black with #75621E
Text Example
Text Example
White with #75621E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75621E; }
p { color: rgb(117,98,30); }
H1.HeaderClassName
{
color: #75621E;
}
.AnyTagClassName
{
color: #75621E;
}
</style>
background-color css
<style>
a { background-color: #75621E; }
a { background-color: rgb(117,98,30); }
div.DivClassName
{
background-color: #75621E;
}
.BgClassName
{
background-color: #75621E;
}
</style>
border-color css
<style>
span { border-color: #75621E; }
span { border-color: rgb(117,98,30); }
td.TdClassName
{
border-color: #75621E;
}
.TagClassName
{
border-color: #75621E;
}
</style>