Shades of Yukon Gold #846A1E
Tints of Yukon Gold #846A1E
RGB
CMYK
RGB Variations
Color information
#846A1E (or 0x846A1E) is known color: Yukon Gold. HEX triplet: 84, 6A and 1E. RGB value is (132,106,30). Sum of RGB (Red+Green+Blue) = 132+106+30=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 106 (41.80% from 255 or 39.55% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #846A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846A1E is #7B95E1. Grayscale: #696969. Windows color (decimal): -8099298 or 1993348. OLE color: 1993348.
HSL color Cylindrical-coordinate representation of color #846A1E: hue angle of 44.71º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #846A1E is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 106 | 30 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.48 |
| HSL | 44.71º | 0.63% | 0.32% | - |
| HSV(B) | 44.71º | 0.77% | 0.52% | - |
| XYZ | 14.9 | 15.31 | 3.4 | - |
| YUV | 105.11 | 85.61 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 106 | 30 | 0 | 0.20 | 0.77 | 0.48 | 44.71 | 0.63 | 0.32 |
| Hex | 84 | 6A | 1E | 0 | 14 | 4D | 30 | 2D | 3F | 20 |
| Octal | 204 | 152 | 36 | 0 | 24 | 115 | 60 | 55 | 77 | 40 |
| Binary | 10000100 | 1101010 | 11110 | 0 | 10100 | 1001101 | 110000 | 101101 | 111111 | 100000 |
Color Harmonies of #846A1E
Complementary color
Monochromatic Colors of #846A1E
Black with #846A1E
Text Example
Text Example
White with #846A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846A1E; }
p { color: rgb(132,106,30); }
H1.HeaderClassName
{
color: #846A1E;
}
.AnyTagClassName
{
color: #846A1E;
}
</style>
background-color css
<style>
a { background-color: #846A1E; }
a { background-color: rgb(132,106,30); }
div.DivClassName
{
background-color: #846A1E;
}
.BgClassName
{
background-color: #846A1E;
}
</style>
border-color css
<style>
span { border-color: #846A1E; }
span { border-color: rgb(132,106,30); }
td.TdClassName
{
border-color: #846A1E;
}
.TagClassName
{
border-color: #846A1E;
}
</style>