Shades of Yukon Gold #8A6319
Tints of Yukon Gold #8A6319
RGB
CMYK
RGB Variations
Color information
#8A6319 (or 0x8A6319) is known color: Yukon Gold. HEX triplet: 8A, 63 and 19. RGB value is (138,99,25). Sum of RGB (Red+Green+Blue) = 138+99+25=262 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.67% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6319 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A6319 is #759CE6. Grayscale: #666666. Windows color (decimal): -7707879 or 1663882. OLE color: 1663882.
HSL color Cylindrical-coordinate representation of color #8A6319: hue angle of 39.29º 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 #8A6319 is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 99 | 25 | - |
| CMYK | 0 | 0.28 | 0.82 | 0.46 |
| HSL | 39.29º | 0.69% | 0.32% | - |
| HSV(B) | 39.29º | 0.82% | 0.54% | - |
| XYZ | 15.12 | 14.4 | 2.9 | - |
| YUV | 102.23 | 84.42 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 99 | 25 | 0 | 0.28 | 0.82 | 0.46 | 39.29 | 0.69 | 0.32 |
| Hex | 8A | 63 | 19 | 0 | 1C | 52 | 2E | 27 | 45 | 20 |
| Octal | 212 | 143 | 31 | 0 | 34 | 122 | 56 | 47 | 105 | 40 |
| Binary | 10001010 | 1100011 | 11001 | 0 | 11100 | 1010010 | 101110 | 100111 | 1000101 | 100000 |
Color Harmonies of #8A6319
Complementary color
Monochromatic Colors of #8A6319
Black with #8A6319
Text Example
Text Example
White with #8A6319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6319; }
p { color: rgb(138,99,25); }
H1.HeaderClassName
{
color: #8A6319;
}
.AnyTagClassName
{
color: #8A6319;
}
</style>
background-color css
<style>
a { background-color: #8A6319; }
a { background-color: rgb(138,99,25); }
div.DivClassName
{
background-color: #8A6319;
}
.BgClassName
{
background-color: #8A6319;
}
</style>
border-color css
<style>
span { border-color: #8A6319; }
span { border-color: rgb(138,99,25); }
td.TdClassName
{
border-color: #8A6319;
}
.TagClassName
{
border-color: #8A6319;
}
</style>