Shades of Yukon Gold #846C18
Tints of Yukon Gold #846C18
RGB
CMYK
RGB Variations
Color information
#846C18 (or 0x846C18) is known color: Yukon Gold. HEX triplet: 84, 6C and 18. RGB value is (132,108,24). Sum of RGB (Red+Green+Blue) = 132+108+24=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 108 (42.58% from 255 or 40.91% from 264); Blue value is 24 (9.77% from 255 or 9.09% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #846C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846C18 is #7B93E7. Grayscale: #696969. Windows color (decimal): -8098792 or 1600644. OLE color: 1600644.
HSL color Cylindrical-coordinate representation of color #846C18: hue angle of 46.67º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #846C18 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 108 | 24 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.48 |
| HSL | 46.67º | 0.69% | 0.31% | - |
| HSV(B) | 46.67º | 0.82% | 0.52% | - |
| XYZ | 15.04 | 15.7 | 3.1 | - |
| YUV | 105.6 | 81.95 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 108 | 24 | 0 | 0.18 | 0.82 | 0.48 | 46.67 | 0.69 | 0.31 |
| Hex | 84 | 6C | 18 | 0 | 12 | 52 | 30 | 2F | 45 | 1F |
| Octal | 204 | 154 | 30 | 0 | 22 | 122 | 60 | 57 | 105 | 37 |
| Binary | 10000100 | 1101100 | 11000 | 0 | 10010 | 1010010 | 110000 | 101111 | 1000101 | 11111 |
Color Harmonies of #846C18
Complementary color
Monochromatic Colors of #846C18
Black with #846C18
Text Example
Text Example
White with #846C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846C18; }
p { color: rgb(132,108,24); }
H1.HeaderClassName
{
color: #846C18;
}
.AnyTagClassName
{
color: #846C18;
}
</style>
background-color css
<style>
a { background-color: #846C18; }
a { background-color: rgb(132,108,24); }
div.DivClassName
{
background-color: #846C18;
}
.BgClassName
{
background-color: #846C18;
}
</style>
border-color css
<style>
span { border-color: #846C18; }
span { border-color: rgb(132,108,24); }
td.TdClassName
{
border-color: #846C18;
}
.TagClassName
{
border-color: #846C18;
}
</style>