Shades of Yukon Gold #8B671A
Tints of Yukon Gold #8B671A
RGB
CMYK
RGB Variations
Color information
#8B671A (or 0x8B671A) is known color: Yukon Gold. HEX triplet: 8B, 67 and 1A. RGB value is (139,103,26). Sum of RGB (Red+Green+Blue) = 139+103+26=268 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.87% from 268); Green value is 103 (40.62% from 255 or 38.43% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 139 - color contains mainly: red. Hex color #8B671A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B671A is #7498E5. Grayscale: #696969. Windows color (decimal): -7641318 or 1730443. OLE color: 1730443.
HSL color Cylindrical-coordinate representation of color #8B671A: hue angle of 40.88º 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 #8B671A is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 103 | 26 | - |
| CMYK | 0 | 0.26 | 0.81 | 0.45 |
| HSL | 40.88º | 0.68% | 0.32% | - |
| HSV(B) | 40.88º | 0.81% | 0.55% | - |
| XYZ | 15.68 | 15.26 | 3.1 | - |
| YUV | 104.99 | 83.43 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 103 | 26 | 0 | 0.26 | 0.81 | 0.45 | 40.88 | 0.68 | 0.32 |
| Hex | 8B | 67 | 1A | 0 | 1A | 51 | 2D | 29 | 44 | 20 |
| Octal | 213 | 147 | 32 | 0 | 32 | 121 | 55 | 51 | 104 | 40 |
| Binary | 10001011 | 1100111 | 11010 | 0 | 11010 | 1010001 | 101101 | 101001 | 1000100 | 100000 |
Color Harmonies of #8B671A
Complementary color
Monochromatic Colors of #8B671A
Black with #8B671A
Text Example
Text Example
White with #8B671A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B671A; }
p { color: rgb(139,103,26); }
H1.HeaderClassName
{
color: #8B671A;
}
.AnyTagClassName
{
color: #8B671A;
}
</style>
background-color css
<style>
a { background-color: #8B671A; }
a { background-color: rgb(139,103,26); }
div.DivClassName
{
background-color: #8B671A;
}
.BgClassName
{
background-color: #8B671A;
}
</style>
border-color css
<style>
span { border-color: #8B671A; }
span { border-color: rgb(139,103,26); }
td.TdClassName
{
border-color: #8B671A;
}
.TagClassName
{
border-color: #8B671A;
}
</style>