Shades of Yukon Gold #8B661A
Tints of Yukon Gold #8B661A
RGB
CMYK
RGB Variations
Color information
#8B661A (or 0x8B661A) is known color: Yukon Gold. HEX triplet: 8B, 66 and 1A. RGB value is (139,102,26). Sum of RGB (Red+Green+Blue) = 139+102+26=267 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.06% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 26 (10.55% from 255 or 9.74% from 267); Max value from RGB is 139 - color contains mainly: red. Hex color #8B661A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B661A is #7499E5. Grayscale: #686868. Windows color (decimal): -7641574 or 1730187. OLE color: 1730187.
HSL color Cylindrical-coordinate representation of color #8B661A: hue angle of 40.35º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B661A is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 102 | 26 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.45 |
| HSL | 40.35º | 0.68% | 0.32% | - |
| HSV(B) | 40.35º | 0.81% | 0.55% | - |
| XYZ | 15.59 | 15.07 | 3.06 | - |
| YUV | 104.4 | 83.76 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 102 | 26 | 0 | 0.27 | 0.81 | 0.45 | 40.35 | 0.68 | 0.32 |
| Hex | 8B | 66 | 1A | 0 | 1B | 51 | 2D | 28 | 44 | 20 |
| Octal | 213 | 146 | 32 | 0 | 33 | 121 | 55 | 50 | 104 | 40 |
| Binary | 10001011 | 1100110 | 11010 | 0 | 11011 | 1010001 | 101101 | 101000 | 1000100 | 100000 |
Color Harmonies of #8B661A
Complementary color
Monochromatic Colors of #8B661A
Black with #8B661A
Text Example
Text Example
White with #8B661A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B661A; }
p { color: rgb(139,102,26); }
H1.HeaderClassName
{
color: #8B661A;
}
.AnyTagClassName
{
color: #8B661A;
}
</style>
background-color css
<style>
a { background-color: #8B661A; }
a { background-color: rgb(139,102,26); }
div.DivClassName
{
background-color: #8B661A;
}
.BgClassName
{
background-color: #8B661A;
}
</style>
border-color css
<style>
span { border-color: #8B661A; }
span { border-color: rgb(139,102,26); }
td.TdClassName
{
border-color: #8B661A;
}
.TagClassName
{
border-color: #8B661A;
}
</style>