Shades of Yukon Gold #74660B
Tints of Yukon Gold #74660B
RGB
CMYK
RGB Variations
Color information
#74660B (or 0x74660B) is known color: Yukon Gold. HEX triplet: 74, 66 and 0B. RGB value is (116,102,11). Sum of RGB (Red+Green+Blue) = 116+102+11=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 102 (40.23% from 255 or 44.54% from 229); Blue value is 11 (4.69% from 255 or 4.80% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #74660B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74660B is #8B99F4. Grayscale: #606060. Windows color (decimal): -9148917 or 747124. OLE color: 747124.
HSL color Cylindrical-coordinate representation of color #74660B: hue angle of 52º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74660B is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 102 | 11 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.55 |
| HSL | 52º | 0.83% | 0.25% | - |
| HSV(B) | 52º | 0.91% | 0.45% | - |
| XYZ | 12.01 | 13.24 | 2.24 | - |
| YUV | 95.81 | 80.14 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 102 | 11 | 0 | 0.12 | 0.91 | 0.55 | 52 | 0.83 | 0.25 |
| Hex | 74 | 66 | B | 0 | C | 5B | 37 | 34 | 53 | 19 |
| Octal | 164 | 146 | 13 | 0 | 14 | 133 | 67 | 64 | 123 | 31 |
| Binary | 1110100 | 1100110 | 1011 | 0 | 1100 | 1011011 | 110111 | 110100 | 1010011 | 11001 |
Color Harmonies of #74660B
Complementary color
Monochromatic Colors of #74660B
Black with #74660B
Text Example
Text Example
White with #74660B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74660B; }
p { color: rgb(116,102,11); }
H1.HeaderClassName
{
color: #74660B;
}
.AnyTagClassName
{
color: #74660B;
}
</style>
background-color css
<style>
a { background-color: #74660B; }
a { background-color: rgb(116,102,11); }
div.DivClassName
{
background-color: #74660B;
}
.BgClassName
{
background-color: #74660B;
}
</style>
border-color css
<style>
span { border-color: #74660B; }
span { border-color: rgb(116,102,11); }
td.TdClassName
{
border-color: #74660B;
}
.TagClassName
{
border-color: #74660B;
}
</style>