Shades of Yukon Gold #81671C
Tints of Yukon Gold #81671C
RGB
CMYK
RGB Variations
Color information
#81671C (or 0x81671C) is known color: Yukon Gold. HEX triplet: 81, 67 and 1C. RGB value is (129,103,28). Sum of RGB (Red+Green+Blue) = 129+103+28=260 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.62% from 260); Green value is 103 (40.62% from 255 or 39.62% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 129 - color contains mainly: red. Hex color #81671C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81671C is #7E98E3. Grayscale: #666666. Windows color (decimal): -8296676 or 1861505. OLE color: 1861505.
HSL color Cylindrical-coordinate representation of color #81671C: hue angle of 44.55º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #81671C is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 103 | 28 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.49 |
| HSL | 44.55º | 0.64% | 0.31% | - |
| HSV(B) | 44.55º | 0.78% | 0.51% | - |
| XYZ | 14.11 | 14.45 | 3.14 | - |
| YUV | 102.22 | 86.11 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 103 | 28 | 0 | 0.20 | 0.78 | 0.49 | 44.55 | 0.64 | 0.31 |
| Hex | 81 | 67 | 1C | 0 | 14 | 4E | 31 | 2D | 40 | 1F |
| Octal | 201 | 147 | 34 | 0 | 24 | 116 | 61 | 55 | 100 | 37 |
| Binary | 10000001 | 1100111 | 11100 | 0 | 10100 | 1001110 | 110001 | 101101 | 1000000 | 11111 |
Color Harmonies of #81671C
Complementary color
Monochromatic Colors of #81671C
Black with #81671C
Text Example
Text Example
White with #81671C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81671C; }
p { color: rgb(129,103,28); }
H1.HeaderClassName
{
color: #81671C;
}
.AnyTagClassName
{
color: #81671C;
}
</style>
background-color css
<style>
a { background-color: #81671C; }
a { background-color: rgb(129,103,28); }
div.DivClassName
{
background-color: #81671C;
}
.BgClassName
{
background-color: #81671C;
}
</style>
border-color css
<style>
span { border-color: #81671C; }
span { border-color: rgb(129,103,28); }
td.TdClassName
{
border-color: #81671C;
}
.TagClassName
{
border-color: #81671C;
}
</style>