Shades of Yukon Gold #846A1D
Tints of Yukon Gold #846A1D
RGB
CMYK
RGB Variations
Color information
#846A1D (or 0x846A1D) is known color: Yukon Gold. HEX triplet: 84, 6A and 1D. RGB value is (132,106,29). Sum of RGB (Red+Green+Blue) = 132+106+29=267 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.44% from 267); Green value is 106 (41.80% from 255 or 39.70% from 267); Blue value is 29 (11.72% from 255 or 10.86% from 267); Max value from RGB is 132 - color contains mainly: red. Hex color #846A1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846A1D is #7B95E2. Grayscale: #696969. Windows color (decimal): -8099299 or 1927812. OLE color: 1927812.
HSL color Cylindrical-coordinate representation of color #846A1D: hue angle of 44.85º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #846A1D is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 106 | 29 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.48 |
| HSL | 44.85º | 0.64% | 0.32% | - |
| HSV(B) | 44.85º | 0.78% | 0.52% | - |
| XYZ | 14.89 | 15.3 | 3.33 | - |
| YUV | 105 | 85.11 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 106 | 29 | 0 | 0.20 | 0.78 | 0.48 | 44.85 | 0.64 | 0.32 |
| Hex | 84 | 6A | 1D | 0 | 14 | 4E | 30 | 2D | 40 | 20 |
| Octal | 204 | 152 | 35 | 0 | 24 | 116 | 60 | 55 | 100 | 40 |
| Binary | 10000100 | 1101010 | 11101 | 0 | 10100 | 1001110 | 110000 | 101101 | 1000000 | 100000 |
Color Harmonies of #846A1D
Complementary color
Monochromatic Colors of #846A1D
Black with #846A1D
Text Example
Text Example
White with #846A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846A1D; }
p { color: rgb(132,106,29); }
H1.HeaderClassName
{
color: #846A1D;
}
.AnyTagClassName
{
color: #846A1D;
}
</style>
background-color css
<style>
a { background-color: #846A1D; }
a { background-color: rgb(132,106,29); }
div.DivClassName
{
background-color: #846A1D;
}
.BgClassName
{
background-color: #846A1D;
}
</style>
border-color css
<style>
span { border-color: #846A1D; }
span { border-color: rgb(132,106,29); }
td.TdClassName
{
border-color: #846A1D;
}
.TagClassName
{
border-color: #846A1D;
}
</style>