Shades of Yukon Gold #74621D
Tints of Yukon Gold #74621D
RGB
CMYK
RGB Variations
Color information
#74621D (or 0x74621D) is known color: Yukon Gold. HEX triplet: 74, 62 and 1D. RGB value is (116,98,29). Sum of RGB (Red+Green+Blue) = 116+98+29=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 98 (38.67% from 255 or 40.33% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 116 - color contains mainly: red. Hex color #74621D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74621D is #8B9DE2. Grayscale: #5F5F5F. Windows color (decimal): -9149923 or 1925748. OLE color: 1925748.
HSL color Cylindrical-coordinate representation of color #74621D: hue angle of 47.59º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74621D is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 98 | 29 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.55 |
| HSL | 47.59º | 0.6% | 0.28% | - |
| HSV(B) | 47.59º | 0.75% | 0.45% | - |
| XYZ | 11.79 | 12.54 | 2.96 | - |
| YUV | 95.52 | 90.46 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 98 | 29 | 0 | 0.16 | 0.75 | 0.55 | 47.59 | 0.6 | 0.28 |
| Hex | 74 | 62 | 1D | 0 | 10 | 4B | 37 | 30 | 3C | 1C |
| Octal | 164 | 142 | 35 | 0 | 20 | 113 | 67 | 60 | 74 | 34 |
| Binary | 1110100 | 1100010 | 11101 | 0 | 10000 | 1001011 | 110111 | 110000 | 111100 | 11100 |
Color Harmonies of #74621D
Complementary color
Monochromatic Colors of #74621D
Black with #74621D
Text Example
Text Example
White with #74621D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74621D; }
p { color: rgb(116,98,29); }
H1.HeaderClassName
{
color: #74621D;
}
.AnyTagClassName
{
color: #74621D;
}
</style>
background-color css
<style>
a { background-color: #74621D; }
a { background-color: rgb(116,98,29); }
div.DivClassName
{
background-color: #74621D;
}
.BgClassName
{
background-color: #74621D;
}
</style>
border-color css
<style>
span { border-color: #74621D; }
span { border-color: rgb(116,98,29); }
td.TdClassName
{
border-color: #74621D;
}
.TagClassName
{
border-color: #74621D;
}
</style>