Shades of Yukon Gold #74651F
Tints of Yukon Gold #74651F
RGB
CMYK
RGB Variations
Color information
#74651F (or 0x74651F) is known color: Yukon Gold. HEX triplet: 74, 65 and 1F. RGB value is (116,101,31). Sum of RGB (Red+Green+Blue) = 116+101+31=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 101 (39.84% from 255 or 40.73% from 248); Blue value is 31 (12.5% from 255 or 12.5% from 248); Max value from RGB is 116 - color contains mainly: red. Hex color #74651F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74651F is #8B9AE0. Grayscale: #616161. Windows color (decimal): -9149153 or 2057588. OLE color: 2057588.
HSL color Cylindrical-coordinate representation of color #74651F: hue angle of 49.41º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74651F is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 101 | 31 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.55 |
| HSL | 49.41º | 0.58% | 0.29% | - |
| HSV(B) | 49.41º | 0.73% | 0.45% | - |
| XYZ | 12.1 | 13.12 | 3.19 | - |
| YUV | 97.51 | 90.47 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 101 | 31 | 0 | 0.13 | 0.73 | 0.55 | 49.41 | 0.58 | 0.29 |
| Hex | 74 | 65 | 1F | 0 | D | 49 | 37 | 31 | 3A | 1D |
| Octal | 164 | 145 | 37 | 0 | 15 | 111 | 67 | 61 | 72 | 35 |
| Binary | 1110100 | 1100101 | 11111 | 0 | 1101 | 1001001 | 110111 | 110001 | 111010 | 11101 |
Color Harmonies of #74651F
Complementary color
Monochromatic Colors of #74651F
Black with #74651F
Text Example
Text Example
White with #74651F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74651F; }
p { color: rgb(116,101,31); }
H1.HeaderClassName
{
color: #74651F;
}
.AnyTagClassName
{
color: #74651F;
}
</style>
background-color css
<style>
a { background-color: #74651F; }
a { background-color: rgb(116,101,31); }
div.DivClassName
{
background-color: #74651F;
}
.BgClassName
{
background-color: #74651F;
}
</style>
border-color css
<style>
span { border-color: #74651F; }
span { border-color: rgb(116,101,31); }
td.TdClassName
{
border-color: #74651F;
}
.TagClassName
{
border-color: #74651F;
}
</style>