Shades of Yukon Gold #83670F
Tints of Yukon Gold #83670F
RGB
CMYK
RGB Variations
Color information
#83670F (or 0x83670F) is known color: Yukon Gold. HEX triplet: 83, 67 and 0F. RGB value is (131,103,15). Sum of RGB (Red+Green+Blue) = 131+103+15=249 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.61% from 249); Green value is 103 (40.62% from 255 or 41.37% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 131 - color contains mainly: red. Hex color #83670F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #83670F is #7C98F0. Grayscale: #656565. Windows color (decimal): -8165617 or 1009539. OLE color: 1009539.
HSL color Cylindrical-coordinate representation of color #83670F: hue angle of 45.52º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #83670F is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 103 | 15 | - |
| CMYK | 0 | 0.21 | 0.89 | 0.49 |
| HSL | 45.52º | 0.79% | 0.29% | - |
| HSV(B) | 45.52º | 0.89% | 0.51% | - |
| XYZ | 14.3 | 14.56 | 2.51 | - |
| YUV | 101.34 | 79.28 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 103 | 15 | 0 | 0.21 | 0.89 | 0.49 | 45.52 | 0.79 | 0.29 |
| Hex | 83 | 67 | F | 0 | 15 | 59 | 31 | 2E | 4F | 1D |
| Octal | 203 | 147 | 17 | 0 | 25 | 131 | 61 | 56 | 117 | 35 |
| Binary | 10000011 | 1100111 | 1111 | 0 | 10101 | 1011001 | 110001 | 101110 | 1001111 | 11101 |
Color Harmonies of #83670F
Complementary color
Monochromatic Colors of #83670F
Black with #83670F
Text Example
Text Example
White with #83670F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83670F; }
p { color: rgb(131,103,15); }
H1.HeaderClassName
{
color: #83670F;
}
.AnyTagClassName
{
color: #83670F;
}
</style>
background-color css
<style>
a { background-color: #83670F; }
a { background-color: rgb(131,103,15); }
div.DivClassName
{
background-color: #83670F;
}
.BgClassName
{
background-color: #83670F;
}
</style>
border-color css
<style>
span { border-color: #83670F; }
span { border-color: rgb(131,103,15); }
td.TdClassName
{
border-color: #83670F;
}
.TagClassName
{
border-color: #83670F;
}
</style>