Shades of Yukon Gold #83641A
Tints of Yukon Gold #83641A
RGB
CMYK
RGB Variations
Color information
#83641A (or 0x83641A) is known color: Yukon Gold. HEX triplet: 83, 64 and 1A. RGB value is (131,100,26). Sum of RGB (Red+Green+Blue) = 131+100+26=257 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.97% from 257); Green value is 100 (39.45% from 255 or 38.91% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 131 - color contains mainly: red. Hex color #83641A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83641A is #7C9BE5. Grayscale: #656565. Windows color (decimal): -8166374 or 1729667. OLE color: 1729667.
HSL color Cylindrical-coordinate representation of color #83641A: hue angle of 42.29º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #83641A is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 100 | 26 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.49 |
| HSL | 42.29º | 0.67% | 0.31% | - |
| HSV(B) | 42.29º | 0.8% | 0.51% | - |
| XYZ | 14.1 | 14.01 | 2.94 | - |
| YUV | 100.83 | 85.77 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 100 | 26 | 0 | 0.24 | 0.80 | 0.49 | 42.29 | 0.67 | 0.31 |
| Hex | 83 | 64 | 1A | 0 | 18 | 50 | 31 | 2A | 43 | 1F |
| Octal | 203 | 144 | 32 | 0 | 30 | 120 | 61 | 52 | 103 | 37 |
| Binary | 10000011 | 1100100 | 11010 | 0 | 11000 | 1010000 | 110001 | 101010 | 1000011 | 11111 |
Color Harmonies of #83641A
Complementary color
Monochromatic Colors of #83641A
Black with #83641A
Text Example
Text Example
White with #83641A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83641A; }
p { color: rgb(131,100,26); }
H1.HeaderClassName
{
color: #83641A;
}
.AnyTagClassName
{
color: #83641A;
}
</style>
background-color css
<style>
a { background-color: #83641A; }
a { background-color: rgb(131,100,26); }
div.DivClassName
{
background-color: #83641A;
}
.BgClassName
{
background-color: #83641A;
}
</style>
border-color css
<style>
span { border-color: #83641A; }
span { border-color: rgb(131,100,26); }
td.TdClassName
{
border-color: #83641A;
}
.TagClassName
{
border-color: #83641A;
}
</style>