Shades of Yukon Gold #83682A
Tints of Yukon Gold #83682A
RGB
CMYK
RGB Variations
Color information
#83682A (or 0x83682A) is known color: Yukon Gold. HEX triplet: 83, 68 and 2A. RGB value is (131,104,42). Sum of RGB (Red+Green+Blue) = 131+104+42=277 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.29% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 131 - color contains mainly: red. Hex color #83682A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83682A is #7C97D5. Grayscale: #696969. Windows color (decimal): -8165334 or 2779267. OLE color: 2779267.
HSL color Cylindrical-coordinate representation of color #83682A: hue angle of 41.8º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #83682A is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 104 | 42 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.49 |
| HSL | 41.8º | 0.51% | 0.34% | - |
| HSV(B) | 41.8º | 0.68% | 0.51% | - |
| XYZ | 14.73 | 14.89 | 4.29 | - |
| YUV | 105.01 | 92.45 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 104 | 42 | 0 | 0.21 | 0.68 | 0.49 | 41.8 | 0.51 | 0.34 |
| Hex | 83 | 68 | 2A | 0 | 15 | 44 | 31 | 2A | 33 | 22 |
| Octal | 203 | 150 | 52 | 0 | 25 | 104 | 61 | 52 | 63 | 42 |
| Binary | 10000011 | 1101000 | 101010 | 0 | 10101 | 1000100 | 110001 | 101010 | 110011 | 100010 |
Color Harmonies of #83682A
Complementary color
Monochromatic Colors of #83682A
Black with #83682A
Text Example
Text Example
White with #83682A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83682A; }
p { color: rgb(131,104,42); }
H1.HeaderClassName
{
color: #83682A;
}
.AnyTagClassName
{
color: #83682A;
}
</style>
background-color css
<style>
a { background-color: #83682A; }
a { background-color: rgb(131,104,42); }
div.DivClassName
{
background-color: #83682A;
}
.BgClassName
{
background-color: #83682A;
}
</style>
border-color css
<style>
span { border-color: #83682A; }
span { border-color: rgb(131,104,42); }
td.TdClassName
{
border-color: #83682A;
}
.TagClassName
{
border-color: #83682A;
}
</style>