Shades of Yukon Gold #846B2A
Tints of Yukon Gold #846B2A
RGB
CMYK
RGB Variations
Color information
#846B2A (or 0x846B2A) is known color: Yukon Gold. HEX triplet: 84, 6B and 2A. RGB value is (132,107,42). Sum of RGB (Red+Green+Blue) = 132+107+42=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 107 (42.19% from 255 or 38.08% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #846B2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846B2A is #7B94D5. Grayscale: #6B6B6B. Windows color (decimal): -8099030 or 2780036. OLE color: 2780036.
HSL color Cylindrical-coordinate representation of color #846B2A: hue angle of 43.33º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #846B2A is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 107 | 42 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.48 |
| HSL | 43.33º | 0.52% | 0.34% | - |
| HSV(B) | 43.33º | 0.68% | 0.52% | - |
| XYZ | 15.19 | 15.59 | 4.4 | - |
| YUV | 107.07 | 91.28 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 107 | 42 | 0 | 0.19 | 0.68 | 0.48 | 43.33 | 0.52 | 0.34 |
| Hex | 84 | 6B | 2A | 0 | 13 | 44 | 30 | 2B | 34 | 22 |
| Octal | 204 | 153 | 52 | 0 | 23 | 104 | 60 | 53 | 64 | 42 |
| Binary | 10000100 | 1101011 | 101010 | 0 | 10011 | 1000100 | 110000 | 101011 | 110100 | 100010 |
Color Harmonies of #846B2A
Complementary color
Monochromatic Colors of #846B2A
Black with #846B2A
Text Example
Text Example
White with #846B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846B2A; }
p { color: rgb(132,107,42); }
H1.HeaderClassName
{
color: #846B2A;
}
.AnyTagClassName
{
color: #846B2A;
}
</style>
background-color css
<style>
a { background-color: #846B2A; }
a { background-color: rgb(132,107,42); }
div.DivClassName
{
background-color: #846B2A;
}
.BgClassName
{
background-color: #846B2A;
}
</style>
border-color css
<style>
span { border-color: #846B2A; }
span { border-color: rgb(132,107,42); }
td.TdClassName
{
border-color: #846B2A;
}
.TagClassName
{
border-color: #846B2A;
}
</style>