Shades of Yukon Gold #75671C
Tints of Yukon Gold #75671C
RGB
CMYK
RGB Variations
Color information
#75671C (or 0x75671C) is known color: Yukon Gold. HEX triplet: 75, 67 and 1C. RGB value is (117,103,28). Sum of RGB (Red+Green+Blue) = 117+103+28=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 103 (40.62% from 255 or 41.53% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #75671C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75671C is #8A98E3. Grayscale: #626262. Windows color (decimal): -9083108 or 1861493. OLE color: 1861493.
HSL color Cylindrical-coordinate representation of color #75671C: hue angle of 50.56º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #75671C is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 103 | 28 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.54 |
| HSL | 50.56º | 0.61% | 0.28% | - |
| HSV(B) | 50.56º | 0.76% | 0.46% | - |
| XYZ | 12.4 | 13.57 | 3.06 | - |
| YUV | 98.64 | 88.14 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 103 | 28 | 0 | 0.12 | 0.76 | 0.54 | 50.56 | 0.61 | 0.28 |
| Hex | 75 | 67 | 1C | 0 | C | 4C | 36 | 33 | 3D | 1C |
| Octal | 165 | 147 | 34 | 0 | 14 | 114 | 66 | 63 | 75 | 34 |
| Binary | 1110101 | 1100111 | 11100 | 0 | 1100 | 1001100 | 110110 | 110011 | 111101 | 11100 |
Color Harmonies of #75671C
Complementary color
Monochromatic Colors of #75671C
Black with #75671C
Text Example
Text Example
White with #75671C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75671C; }
p { color: rgb(117,103,28); }
H1.HeaderClassName
{
color: #75671C;
}
.AnyTagClassName
{
color: #75671C;
}
</style>
background-color css
<style>
a { background-color: #75671C; }
a { background-color: rgb(117,103,28); }
div.DivClassName
{
background-color: #75671C;
}
.BgClassName
{
background-color: #75671C;
}
</style>
border-color css
<style>
span { border-color: #75671C; }
span { border-color: rgb(117,103,28); }
td.TdClassName
{
border-color: #75671C;
}
.TagClassName
{
border-color: #75671C;
}
</style>