Shades of Yukon Gold #75661B
Tints of Yukon Gold #75661B
RGB
CMYK
RGB Variations
Color information
#75661B (or 0x75661B) is known color: Yukon Gold. HEX triplet: 75, 66 and 1B. RGB value is (117,102,27). Sum of RGB (Red+Green+Blue) = 117+102+27=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 102 (40.23% from 255 or 41.46% from 246); Blue value is 27 (10.94% from 255 or 10.98% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #75661B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75661B is #8A99E4. Grayscale: #626262. Windows color (decimal): -9083365 or 1795701. OLE color: 1795701.
HSL color Cylindrical-coordinate representation of color #75661B: hue angle of 50º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75661B is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 102 | 27 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.54 |
| HSL | 50º | 0.63% | 0.28% | - |
| HSV(B) | 50º | 0.77% | 0.46% | - |
| XYZ | 12.29 | 13.36 | 2.97 | - |
| YUV | 97.94 | 87.97 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 102 | 27 | 0 | 0.13 | 0.77 | 0.54 | 50 | 0.63 | 0.28 |
| Hex | 75 | 66 | 1B | 0 | D | 4D | 36 | 32 | 3E | 1C |
| Octal | 165 | 146 | 33 | 0 | 15 | 115 | 66 | 62 | 76 | 34 |
| Binary | 1110101 | 1100110 | 11011 | 0 | 1101 | 1001101 | 110110 | 110010 | 111110 | 11100 |
Color Harmonies of #75661B
Complementary color
Monochromatic Colors of #75661B
Black with #75661B
Text Example
Text Example
White with #75661B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75661B; }
p { color: rgb(117,102,27); }
H1.HeaderClassName
{
color: #75661B;
}
.AnyTagClassName
{
color: #75661B;
}
</style>
background-color css
<style>
a { background-color: #75661B; }
a { background-color: rgb(117,102,27); }
div.DivClassName
{
background-color: #75661B;
}
.BgClassName
{
background-color: #75661B;
}
</style>
border-color css
<style>
span { border-color: #75661B; }
span { border-color: rgb(117,102,27); }
td.TdClassName
{
border-color: #75661B;
}
.TagClassName
{
border-color: #75661B;
}
</style>