Shades of Yukon Gold #80641C
Tints of Yukon Gold #80641C
RGB
CMYK
RGB Variations
Color information
#80641C (or 0x80641C) is known color: Yukon Gold. HEX triplet: 80, 64 and 1C. RGB value is (128,100,28). Sum of RGB (Red+Green+Blue) = 128+100+28=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #80641C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80641C is #7F9BE3. Grayscale: #646464. Windows color (decimal): -8362980 or 1860736. OLE color: 1860736.
HSL color Cylindrical-coordinate representation of color #80641C: hue angle of 43.2º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80641C is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 100 | 28 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.50 |
| HSL | 43.2º | 0.64% | 0.31% | - |
| HSV(B) | 43.2º | 0.78% | 0.5% | - |
| XYZ | 13.67 | 13.79 | 3.04 | - |
| YUV | 100.16 | 87.28 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 100 | 28 | 0 | 0.22 | 0.78 | 0.50 | 43.2 | 0.64 | 0.31 |
| Hex | 80 | 64 | 1C | 0 | 16 | 4E | 32 | 2B | 40 | 1F |
| Octal | 200 | 144 | 34 | 0 | 26 | 116 | 62 | 53 | 100 | 37 |
| Binary | 10000000 | 1100100 | 11100 | 0 | 10110 | 1001110 | 110010 | 101011 | 1000000 | 11111 |
Color Harmonies of #80641C
Complementary color
Monochromatic Colors of #80641C
Black with #80641C
Text Example
Text Example
White with #80641C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80641C; }
p { color: rgb(128,100,28); }
H1.HeaderClassName
{
color: #80641C;
}
.AnyTagClassName
{
color: #80641C;
}
</style>
background-color css
<style>
a { background-color: #80641C; }
a { background-color: rgb(128,100,28); }
div.DivClassName
{
background-color: #80641C;
}
.BgClassName
{
background-color: #80641C;
}
</style>
border-color css
<style>
span { border-color: #80641C; }
span { border-color: rgb(128,100,28); }
td.TdClassName
{
border-color: #80641C;
}
.TagClassName
{
border-color: #80641C;
}
</style>