Shades of Yukon Gold #86751B
Tints of Yukon Gold #86751B
RGB
CMYK
RGB Variations
Color information
#86751B (or 0x86751B) is known color: Yukon Gold. HEX triplet: 86, 75 and 1B. RGB value is (134,117,27). Sum of RGB (Red+Green+Blue) = 134+117+27=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 117 (46.09% from 255 or 42.09% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 134 - color contains mainly: red. Hex color #86751B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86751B is #798AE4. Grayscale: #707070. Windows color (decimal): -7965413 or 1799558. OLE color: 1799558.
HSL color Cylindrical-coordinate representation of color #86751B: hue angle of 50.47º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #86751B is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 117 | 27 | - |
| CMYK | 0 | 0.13 | 0.80 | 0.47 |
| HSL | 50.47º | 0.66% | 0.32% | - |
| HSV(B) | 50.47º | 0.8% | 0.53% | - |
| XYZ | 16.39 | 17.87 | 3.62 | - |
| YUV | 111.82 | 80.13 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 117 | 27 | 0 | 0.13 | 0.80 | 0.47 | 50.47 | 0.66 | 0.32 |
| Hex | 86 | 75 | 1B | 0 | D | 50 | 2F | 32 | 42 | 20 |
| Octal | 206 | 165 | 33 | 0 | 15 | 120 | 57 | 62 | 102 | 40 |
| Binary | 10000110 | 1110101 | 11011 | 0 | 1101 | 1010000 | 101111 | 110010 | 1000010 | 100000 |
Color Harmonies of #86751B
Complementary color
Monochromatic Colors of #86751B
Black with #86751B
Text Example
Text Example
White with #86751B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86751B; }
p { color: rgb(134,117,27); }
H1.HeaderClassName
{
color: #86751B;
}
.AnyTagClassName
{
color: #86751B;
}
</style>
background-color css
<style>
a { background-color: #86751B; }
a { background-color: rgb(134,117,27); }
div.DivClassName
{
background-color: #86751B;
}
.BgClassName
{
background-color: #86751B;
}
</style>
border-color css
<style>
span { border-color: #86751B; }
span { border-color: rgb(134,117,27); }
td.TdClassName
{
border-color: #86751B;
}
.TagClassName
{
border-color: #86751B;
}
</style>