Shades of Yukon Gold #8A6A22
Tints of Yukon Gold #8A6A22
RGB
CMYK
RGB Variations
Color information
#8A6A22 (or 0x8A6A22) is known color: Yukon Gold. HEX triplet: 8A, 6A and 22. RGB value is (138,106,34). Sum of RGB (Red+Green+Blue) = 138+106+34=278 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.64% from 278); Green value is 106 (41.80% from 255 or 38.13% from 278); Blue value is 34 (13.67% from 255 or 12.23% from 278); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6A22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6A22 is #7595DD. Grayscale: #6B6B6B. Windows color (decimal): -7706078 or 2255498. OLE color: 2255498.
HSL color Cylindrical-coordinate representation of color #8A6A22: hue angle of 41.54º 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 #8A6A22 is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 106 | 34 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.46 |
| HSL | 41.54º | 0.6% | 0.34% | - |
| HSV(B) | 41.54º | 0.75% | 0.54% | - |
| XYZ | 15.92 | 15.83 | 3.73 | - |
| YUV | 107.36 | 86.6 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 106 | 34 | 0 | 0.23 | 0.75 | 0.46 | 41.54 | 0.6 | 0.34 |
| Hex | 8A | 6A | 22 | 0 | 17 | 4B | 2E | 2A | 3C | 22 |
| Octal | 212 | 152 | 42 | 0 | 27 | 113 | 56 | 52 | 74 | 42 |
| Binary | 10001010 | 1101010 | 100010 | 0 | 10111 | 1001011 | 101110 | 101010 | 111100 | 100010 |
Color Harmonies of #8A6A22
Complementary color
Monochromatic Colors of #8A6A22
Black with #8A6A22
Text Example
Text Example
White with #8A6A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6A22; }
p { color: rgb(138,106,34); }
H1.HeaderClassName
{
color: #8A6A22;
}
.AnyTagClassName
{
color: #8A6A22;
}
</style>
background-color css
<style>
a { background-color: #8A6A22; }
a { background-color: rgb(138,106,34); }
div.DivClassName
{
background-color: #8A6A22;
}
.BgClassName
{
background-color: #8A6A22;
}
</style>
border-color css
<style>
span { border-color: #8A6A22; }
span { border-color: rgb(138,106,34); }
td.TdClassName
{
border-color: #8A6A22;
}
.TagClassName
{
border-color: #8A6A22;
}
</style>