Shades of Yukon Gold #81671F
Tints of Yukon Gold #81671F
RGB
CMYK
RGB Variations
Color information
#81671F (or 0x81671F) is known color: Yukon Gold. HEX triplet: 81, 67 and 1F. RGB value is (129,103,31). Sum of RGB (Red+Green+Blue) = 129+103+31=263 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.05% from 263); Green value is 103 (40.62% from 255 or 39.16% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 129 - color contains mainly: red. Hex color #81671F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81671F is #7E98E0. Grayscale: #666666. Windows color (decimal): -8296673 or 2058113. OLE color: 2058113.
HSL color Cylindrical-coordinate representation of color #81671F: hue angle of 44.08º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #81671F is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 103 | 31 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.49 |
| HSL | 44.08º | 0.61% | 0.31% | - |
| HSV(B) | 44.08º | 0.76% | 0.51% | - |
| XYZ | 14.15 | 14.47 | 3.34 | - |
| YUV | 102.57 | 87.61 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 103 | 31 | 0 | 0.20 | 0.76 | 0.49 | 44.08 | 0.61 | 0.31 |
| Hex | 81 | 67 | 1F | 0 | 14 | 4C | 31 | 2C | 3D | 1F |
| Octal | 201 | 147 | 37 | 0 | 24 | 114 | 61 | 54 | 75 | 37 |
| Binary | 10000001 | 1100111 | 11111 | 0 | 10100 | 1001100 | 110001 | 101100 | 111101 | 11111 |
Color Harmonies of #81671F
Complementary color
Monochromatic Colors of #81671F
Black with #81671F
Text Example
Text Example
White with #81671F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81671F; }
p { color: rgb(129,103,31); }
H1.HeaderClassName
{
color: #81671F;
}
.AnyTagClassName
{
color: #81671F;
}
</style>
background-color css
<style>
a { background-color: #81671F; }
a { background-color: rgb(129,103,31); }
div.DivClassName
{
background-color: #81671F;
}
.BgClassName
{
background-color: #81671F;
}
</style>
border-color css
<style>
span { border-color: #81671F; }
span { border-color: rgb(129,103,31); }
td.TdClassName
{
border-color: #81671F;
}
.TagClassName
{
border-color: #81671F;
}
</style>