Shades of Yellow Metal #81693C
Tints of Yellow Metal #81693C
RGB
CMYK
RGB Variations
Color information
#81693C (or 0x81693C) is known color: Yellow Metal. HEX triplet: 81, 69 and 3C. RGB value is (129,105,60). Sum of RGB (Red+Green+Blue) = 129+105+60=294 (38% of max value = 765). Red value is 129 (50.78% from 255 or 43.88% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 129 - color contains mainly: red. Hex color #81693C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81693C is #7E96C3. Grayscale: #6B6B6B. Windows color (decimal): -8296132 or 3959169. OLE color: 3959169.
HSL color Cylindrical-coordinate representation of color #81693C: hue angle of 39.13º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #81693C is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 105 | 60 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.49 |
| HSL | 39.13º | 0.37% | 0.37% | - |
| HSV(B) | 39.13º | 0.53% | 0.51% | - |
| XYZ | 14.92 | 15.1 | 6.4 | - |
| YUV | 107.05 | 101.45 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 105 | 60 | 0 | 0.19 | 0.53 | 0.49 | 39.13 | 0.37 | 0.37 |
| Hex | 81 | 69 | 3C | 0 | 13 | 35 | 31 | 27 | 25 | 25 |
| Octal | 201 | 151 | 74 | 0 | 23 | 65 | 61 | 47 | 45 | 45 |
| Binary | 10000001 | 1101001 | 111100 | 0 | 10011 | 110101 | 110001 | 100111 | 100101 | 100101 |
Color Harmonies of #81693C
Complementary color
Monochromatic Colors of #81693C
Black with #81693C
Text Example
Text Example
White with #81693C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81693C; }
p { color: rgb(129,105,60); }
H1.HeaderClassName
{
color: #81693C;
}
.AnyTagClassName
{
color: #81693C;
}
</style>
background-color css
<style>
a { background-color: #81693C; }
a { background-color: rgb(129,105,60); }
div.DivClassName
{
background-color: #81693C;
}
.BgClassName
{
background-color: #81693C;
}
</style>
border-color css
<style>
span { border-color: #81693C; }
span { border-color: rgb(129,105,60); }
td.TdClassName
{
border-color: #81693C;
}
.TagClassName
{
border-color: #81693C;
}
</style>