Shades of Yukon Gold #846A1B
Tints of Yukon Gold #846A1B
RGB
CMYK
RGB Variations
Color information
#846A1B (or 0x846A1B) is known color: Yukon Gold. HEX triplet: 84, 6A and 1B. RGB value is (132,106,27). Sum of RGB (Red+Green+Blue) = 132+106+27=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 106 (41.80% from 255 or 40% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #846A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846A1B is #7B95E4. Grayscale: #696969. Windows color (decimal): -8099301 or 1796740. OLE color: 1796740.
HSL color Cylindrical-coordinate representation of color #846A1B: hue angle of 45.14º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #846A1B is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 106 | 27 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.48 |
| HSL | 45.14º | 0.66% | 0.31% | - |
| HSV(B) | 45.14º | 0.8% | 0.52% | - |
| XYZ | 14.87 | 15.29 | 3.21 | - |
| YUV | 104.77 | 84.11 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 106 | 27 | 0 | 0.20 | 0.80 | 0.48 | 45.14 | 0.66 | 0.31 |
| Hex | 84 | 6A | 1B | 0 | 14 | 50 | 30 | 2D | 42 | 1F |
| Octal | 204 | 152 | 33 | 0 | 24 | 120 | 60 | 55 | 102 | 37 |
| Binary | 10000100 | 1101010 | 11011 | 0 | 10100 | 1010000 | 110000 | 101101 | 1000010 | 11111 |
Color Harmonies of #846A1B
Complementary color
Monochromatic Colors of #846A1B
Black with #846A1B
Text Example
Text Example
White with #846A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846A1B; }
p { color: rgb(132,106,27); }
H1.HeaderClassName
{
color: #846A1B;
}
.AnyTagClassName
{
color: #846A1B;
}
</style>
background-color css
<style>
a { background-color: #846A1B; }
a { background-color: rgb(132,106,27); }
div.DivClassName
{
background-color: #846A1B;
}
.BgClassName
{
background-color: #846A1B;
}
</style>
border-color css
<style>
span { border-color: #846A1B; }
span { border-color: rgb(132,106,27); }
td.TdClassName
{
border-color: #846A1B;
}
.TagClassName
{
border-color: #846A1B;
}
</style>