Shades of Yukon Gold #8A6522
Tints of Yukon Gold #8A6522
RGB
CMYK
RGB Variations
Color information
#8A6522 (or 0x8A6522) is known color: Yukon Gold. HEX triplet: 8A, 65 and 22. RGB value is (138,101,34). Sum of RGB (Red+Green+Blue) = 138+101+34=273 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.55% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 34 (13.67% from 255 or 12.45% from 273); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6522 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6522 is #759ADD. Grayscale: #686868. Windows color (decimal): -7707358 or 2254218. OLE color: 2254218.
HSL color Cylindrical-coordinate representation of color #8A6522: hue angle of 38.65º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A6522 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 101 | 34 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.46 |
| HSL | 38.65º | 0.6% | 0.34% | - |
| HSV(B) | 38.65º | 0.75% | 0.54% | - |
| XYZ | 15.42 | 14.83 | 3.56 | - |
| YUV | 104.43 | 88.26 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 101 | 34 | 0 | 0.27 | 0.75 | 0.46 | 38.65 | 0.6 | 0.34 |
| Hex | 8A | 65 | 22 | 0 | 1B | 4B | 2E | 27 | 3C | 22 |
| Octal | 212 | 145 | 42 | 0 | 33 | 113 | 56 | 47 | 74 | 42 |
| Binary | 10001010 | 1100101 | 100010 | 0 | 11011 | 1001011 | 101110 | 100111 | 111100 | 100010 |
Color Harmonies of #8A6522
Complementary color
Monochromatic Colors of #8A6522
Black with #8A6522
Text Example
Text Example
White with #8A6522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6522; }
p { color: rgb(138,101,34); }
H1.HeaderClassName
{
color: #8A6522;
}
.AnyTagClassName
{
color: #8A6522;
}
</style>
background-color css
<style>
a { background-color: #8A6522; }
a { background-color: rgb(138,101,34); }
div.DivClassName
{
background-color: #8A6522;
}
.BgClassName
{
background-color: #8A6522;
}
</style>
border-color css
<style>
span { border-color: #8A6522; }
span { border-color: rgb(138,101,34); }
td.TdClassName
{
border-color: #8A6522;
}
.TagClassName
{
border-color: #8A6522;
}
</style>