Shades of Yukon Gold #8B6B1D
Tints of Yukon Gold #8B6B1D
RGB
CMYK
RGB Variations
Color information
#8B6B1D (or 0x8B6B1D) is known color: Yukon Gold. HEX triplet: 8B, 6B and 1D. RGB value is (139,107,29). Sum of RGB (Red+Green+Blue) = 139+107+29=275 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.55% from 275); Green value is 107 (42.19% from 255 or 38.91% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6B1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6B1D is #7494E2. Grayscale: #6C6C6C. Windows color (decimal): -7640291 or 1928075. OLE color: 1928075.
HSL color Cylindrical-coordinate representation of color #8B6B1D: hue angle of 42.55º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8B6B1D is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 107 | 29 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.45 |
| HSL | 42.55º | 0.65% | 0.33% | - |
| HSV(B) | 42.55º | 0.79% | 0.55% | - |
| XYZ | 16.13 | 16.09 | 3.42 | - |
| YUV | 107.68 | 83.6 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 107 | 29 | 0 | 0.23 | 0.79 | 0.45 | 42.55 | 0.65 | 0.33 |
| Hex | 8B | 6B | 1D | 0 | 17 | 4F | 2D | 2B | 41 | 21 |
| Octal | 213 | 153 | 35 | 0 | 27 | 117 | 55 | 53 | 101 | 41 |
| Binary | 10001011 | 1101011 | 11101 | 0 | 10111 | 1001111 | 101101 | 101011 | 1000001 | 100001 |
Color Harmonies of #8B6B1D
Complementary color
Monochromatic Colors of #8B6B1D
Black with #8B6B1D
Text Example
Text Example
White with #8B6B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6B1D; }
p { color: rgb(139,107,29); }
H1.HeaderClassName
{
color: #8B6B1D;
}
.AnyTagClassName
{
color: #8B6B1D;
}
</style>
background-color css
<style>
a { background-color: #8B6B1D; }
a { background-color: rgb(139,107,29); }
div.DivClassName
{
background-color: #8B6B1D;
}
.BgClassName
{
background-color: #8B6B1D;
}
</style>
border-color css
<style>
span { border-color: #8B6B1D; }
span { border-color: rgb(139,107,29); }
td.TdClassName
{
border-color: #8B6B1D;
}
.TagClassName
{
border-color: #8B6B1D;
}
</style>