Shades of Yukon Gold #846C1E
Tints of Yukon Gold #846C1E
RGB
CMYK
RGB Variations
Color information
#846C1E (or 0x846C1E) is known color: Yukon Gold. HEX triplet: 84, 6C and 1E. RGB value is (132,108,30). Sum of RGB (Red+Green+Blue) = 132+108+30=270 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.89% from 270); Green value is 108 (42.58% from 255 or 40% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 132 - color contains mainly: red. Hex color #846C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846C1E is #7B93E1. Grayscale: #6A6A6A. Windows color (decimal): -8098786 or 1993860. OLE color: 1993860.
HSL color Cylindrical-coordinate representation of color #846C1E: hue angle of 45.88º 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 #846C1E is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 108 | 30 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.48 |
| HSL | 45.88º | 0.63% | 0.32% | - |
| HSV(B) | 45.88º | 0.77% | 0.52% | - |
| XYZ | 15.11 | 15.72 | 3.47 | - |
| YUV | 106.28 | 84.95 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 108 | 30 | 0 | 0.18 | 0.77 | 0.48 | 45.88 | 0.63 | 0.32 |
| Hex | 84 | 6C | 1E | 0 | 12 | 4D | 30 | 2E | 3F | 20 |
| Octal | 204 | 154 | 36 | 0 | 22 | 115 | 60 | 56 | 77 | 40 |
| Binary | 10000100 | 1101100 | 11110 | 0 | 10010 | 1001101 | 110000 | 101110 | 111111 | 100000 |
Color Harmonies of #846C1E
Complementary color
Monochromatic Colors of #846C1E
Black with #846C1E
Text Example
Text Example
White with #846C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846C1E; }
p { color: rgb(132,108,30); }
H1.HeaderClassName
{
color: #846C1E;
}
.AnyTagClassName
{
color: #846C1E;
}
</style>
background-color css
<style>
a { background-color: #846C1E; }
a { background-color: rgb(132,108,30); }
div.DivClassName
{
background-color: #846C1E;
}
.BgClassName
{
background-color: #846C1E;
}
</style>
border-color css
<style>
span { border-color: #846C1E; }
span { border-color: rgb(132,108,30); }
td.TdClassName
{
border-color: #846C1E;
}
.TagClassName
{
border-color: #846C1E;
}
</style>