Shades of Yukon Gold #74661B
Tints of Yukon Gold #74661B
RGB
CMYK
RGB Variations
Color information
#74661B (or 0x74661B) is known color: Yukon Gold. HEX triplet: 74, 66 and 1B. RGB value is (116,102,27). Sum of RGB (Red+Green+Blue) = 116+102+27=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 102 (40.23% from 255 or 41.63% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #74661B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74661B is #8B99E4. Grayscale: #616161. Windows color (decimal): -9148901 or 1795700. OLE color: 1795700.
HSL color Cylindrical-coordinate representation of color #74661B: hue angle of 50.56º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #74661B is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 102 | 27 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.55 |
| HSL | 50.56º | 0.62% | 0.28% | - |
| HSV(B) | 50.56º | 0.77% | 0.45% | - |
| XYZ | 12.15 | 13.29 | 2.96 | - |
| YUV | 97.64 | 88.14 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 102 | 27 | 0 | 0.12 | 0.77 | 0.55 | 50.56 | 0.62 | 0.28 |
| Hex | 74 | 66 | 1B | 0 | C | 4D | 37 | 33 | 3E | 1C |
| Octal | 164 | 146 | 33 | 0 | 14 | 115 | 67 | 63 | 76 | 34 |
| Binary | 1110100 | 1100110 | 11011 | 0 | 1100 | 1001101 | 110111 | 110011 | 111110 | 11100 |
Color Harmonies of #74661B
Complementary color
Monochromatic Colors of #74661B
Black with #74661B
Text Example
Text Example
White with #74661B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74661B; }
p { color: rgb(116,102,27); }
H1.HeaderClassName
{
color: #74661B;
}
.AnyTagClassName
{
color: #74661B;
}
</style>
background-color css
<style>
a { background-color: #74661B; }
a { background-color: rgb(116,102,27); }
div.DivClassName
{
background-color: #74661B;
}
.BgClassName
{
background-color: #74661B;
}
</style>
border-color css
<style>
span { border-color: #74661B; }
span { border-color: rgb(116,102,27); }
td.TdClassName
{
border-color: #74661B;
}
.TagClassName
{
border-color: #74661B;
}
</style>