Shades of Yukon Gold #846C1D
Tints of Yukon Gold #846C1D
RGB
CMYK
RGB Variations
Color information
#846C1D (or 0x846C1D) is known color: Yukon Gold. HEX triplet: 84, 6C and 1D. RGB value is (132,108,29). Sum of RGB (Red+Green+Blue) = 132+108+29=269 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.07% from 269); Green value is 108 (42.58% from 255 or 40.15% from 269); Blue value is 29 (11.72% from 255 or 10.78% from 269); Max value from RGB is 132 - color contains mainly: red. Hex color #846C1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846C1D is #7B93E2. Grayscale: #6A6A6A. Windows color (decimal): -8098787 or 1928324. OLE color: 1928324.
HSL color Cylindrical-coordinate representation of color #846C1D: hue angle of 46.02º 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 #846C1D is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 108 | 29 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.48 |
| HSL | 46.02º | 0.64% | 0.32% | - |
| HSV(B) | 46.02º | 0.78% | 0.52% | - |
| XYZ | 15.1 | 15.72 | 3.4 | - |
| YUV | 106.17 | 84.45 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 108 | 29 | 0 | 0.18 | 0.78 | 0.48 | 46.02 | 0.64 | 0.32 |
| Hex | 84 | 6C | 1D | 0 | 12 | 4E | 30 | 2E | 40 | 20 |
| Octal | 204 | 154 | 35 | 0 | 22 | 116 | 60 | 56 | 100 | 40 |
| Binary | 10000100 | 1101100 | 11101 | 0 | 10010 | 1001110 | 110000 | 101110 | 1000000 | 100000 |
Color Harmonies of #846C1D
Complementary color
Monochromatic Colors of #846C1D
Black with #846C1D
Text Example
Text Example
White with #846C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846C1D; }
p { color: rgb(132,108,29); }
H1.HeaderClassName
{
color: #846C1D;
}
.AnyTagClassName
{
color: #846C1D;
}
</style>
background-color css
<style>
a { background-color: #846C1D; }
a { background-color: rgb(132,108,29); }
div.DivClassName
{
background-color: #846C1D;
}
.BgClassName
{
background-color: #846C1D;
}
</style>
border-color css
<style>
span { border-color: #846C1D; }
span { border-color: rgb(132,108,29); }
td.TdClassName
{
border-color: #846C1D;
}
.TagClassName
{
border-color: #846C1D;
}
</style>