Shades of Yukon Gold #8A6B19
Tints of Yukon Gold #8A6B19
RGB
CMYK
RGB Variations
Color information
#8A6B19 (or 0x8A6B19) is known color: Yukon Gold. HEX triplet: 8A, 6B and 19. RGB value is (138,107,25). Sum of RGB (Red+Green+Blue) = 138+107+25=270 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.11% from 270); Green value is 107 (42.19% from 255 or 39.63% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6B19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A6B19 is #7594E6. Grayscale: #6B6B6B. Windows color (decimal): -7705831 or 1665930. OLE color: 1665930.
HSL color Cylindrical-coordinate representation of color #8A6B19: hue angle of 43.54º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8A6B19 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 107 | 25 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.46 |
| HSL | 43.54º | 0.69% | 0.32% | - |
| HSV(B) | 43.54º | 0.82% | 0.54% | - |
| XYZ | 15.91 | 15.99 | 3.17 | - |
| YUV | 106.92 | 81.77 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 107 | 25 | 0 | 0.22 | 0.82 | 0.46 | 43.54 | 0.69 | 0.32 |
| Hex | 8A | 6B | 19 | 0 | 16 | 52 | 2E | 2C | 45 | 20 |
| Octal | 212 | 153 | 31 | 0 | 26 | 122 | 56 | 54 | 105 | 40 |
| Binary | 10001010 | 1101011 | 11001 | 0 | 10110 | 1010010 | 101110 | 101100 | 1000101 | 100000 |
Color Harmonies of #8A6B19
Complementary color
Monochromatic Colors of #8A6B19
Black with #8A6B19
Text Example
Text Example
White with #8A6B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6B19; }
p { color: rgb(138,107,25); }
H1.HeaderClassName
{
color: #8A6B19;
}
.AnyTagClassName
{
color: #8A6B19;
}
</style>
background-color css
<style>
a { background-color: #8A6B19; }
a { background-color: rgb(138,107,25); }
div.DivClassName
{
background-color: #8A6B19;
}
.BgClassName
{
background-color: #8A6B19;
}
</style>
border-color css
<style>
span { border-color: #8A6B19; }
span { border-color: rgb(138,107,25); }
td.TdClassName
{
border-color: #8A6B19;
}
.TagClassName
{
border-color: #8A6B19;
}
</style>