Shades of Yukon Gold #8B671F
Tints of Yukon Gold #8B671F
RGB
CMYK
RGB Variations
Color information
#8B671F (or 0x8B671F) is known color: Yukon Gold. HEX triplet: 8B, 67 and 1F. RGB value is (139,103,31). Sum of RGB (Red+Green+Blue) = 139+103+31=273 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.92% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 139 - color contains mainly: red. Hex color #8B671F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B671F is #7498E0. Grayscale: #696969. Windows color (decimal): -7641313 or 2058123. OLE color: 2058123.
HSL color Cylindrical-coordinate representation of color #8B671F: hue angle of 40º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B671F is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 103 | 31 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.45 |
| HSL | 40º | 0.64% | 0.33% | - |
| HSV(B) | 40º | 0.78% | 0.55% | - |
| XYZ | 15.75 | 15.29 | 3.42 | - |
| YUV | 105.56 | 85.93 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 103 | 31 | 0 | 0.26 | 0.78 | 0.45 | 40 | 0.64 | 0.33 |
| Hex | 8B | 67 | 1F | 0 | 1A | 4E | 2D | 28 | 40 | 21 |
| Octal | 213 | 147 | 37 | 0 | 32 | 116 | 55 | 50 | 100 | 41 |
| Binary | 10001011 | 1100111 | 11111 | 0 | 11010 | 1001110 | 101101 | 101000 | 1000000 | 100001 |
Color Harmonies of #8B671F
Complementary color
Monochromatic Colors of #8B671F
Black with #8B671F
Text Example
Text Example
White with #8B671F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B671F; }
p { color: rgb(139,103,31); }
H1.HeaderClassName
{
color: #8B671F;
}
.AnyTagClassName
{
color: #8B671F;
}
</style>
background-color css
<style>
a { background-color: #8B671F; }
a { background-color: rgb(139,103,31); }
div.DivClassName
{
background-color: #8B671F;
}
.BgClassName
{
background-color: #8B671F;
}
</style>
border-color css
<style>
span { border-color: #8B671F; }
span { border-color: rgb(139,103,31); }
td.TdClassName
{
border-color: #8B671F;
}
.TagClassName
{
border-color: #8B671F;
}
</style>