Shades of Yukon Gold #83621B
Tints of Yukon Gold #83621B
RGB
CMYK
RGB Variations
Color information
#83621B (or 0x83621B) is known color: Yukon Gold. HEX triplet: 83, 62 and 1B. RGB value is (131,98,27). Sum of RGB (Red+Green+Blue) = 131+98+27=256 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.17% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 131 - color contains mainly: red. Hex color #83621B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83621B is #7C9DE4. Grayscale: #646464. Windows color (decimal): -8166885 or 1794691. OLE color: 1794691.
HSL color Cylindrical-coordinate representation of color #83621B: hue angle of 40.96º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #83621B is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 98 | 27 | - |
| CMYK | 0 | 0.25 | 0.79 | 0.49 |
| HSL | 40.96º | 0.66% | 0.31% | - |
| HSV(B) | 40.96º | 0.79% | 0.51% | - |
| XYZ | 13.93 | 13.64 | 2.94 | - |
| YUV | 99.77 | 86.93 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 98 | 27 | 0 | 0.25 | 0.79 | 0.49 | 40.96 | 0.66 | 0.31 |
| Hex | 83 | 62 | 1B | 0 | 19 | 4F | 31 | 29 | 42 | 1F |
| Octal | 203 | 142 | 33 | 0 | 31 | 117 | 61 | 51 | 102 | 37 |
| Binary | 10000011 | 1100010 | 11011 | 0 | 11001 | 1001111 | 110001 | 101001 | 1000010 | 11111 |
Color Harmonies of #83621B
Complementary color
Monochromatic Colors of #83621B
Black with #83621B
Text Example
Text Example
White with #83621B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83621B; }
p { color: rgb(131,98,27); }
H1.HeaderClassName
{
color: #83621B;
}
.AnyTagClassName
{
color: #83621B;
}
</style>
background-color css
<style>
a { background-color: #83621B; }
a { background-color: rgb(131,98,27); }
div.DivClassName
{
background-color: #83621B;
}
.BgClassName
{
background-color: #83621B;
}
</style>
border-color css
<style>
span { border-color: #83621B; }
span { border-color: rgb(131,98,27); }
td.TdClassName
{
border-color: #83621B;
}
.TagClassName
{
border-color: #83621B;
}
</style>