Shades of Pharlap #81635E
Tints of Pharlap #81635E
RGB
CMYK
RGB Variations
Color information
#81635E (or 0x81635E) is known color: Pharlap. HEX triplet: 81, 63 and 5E. RGB value is (129,99,94). Sum of RGB (Red+Green+Blue) = 129+99+94=322 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.06% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 129 - color contains mainly: red. Hex color #81635E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81635E is #7E9CA1. Grayscale: #6B6B6B. Windows color (decimal): -8297634 or 6185857. OLE color: 6185857.
HSL color Cylindrical-coordinate representation of color #81635E: hue angle of 8.57º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #81635E is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 99 | 94 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.49 |
| HSL | 8.57º | 0.16% | 0.44% | - |
| HSV(B) | 8.57º | 0.27% | 0.51% | - |
| XYZ | 15.54 | 14.4 | 12.55 | - |
| YUV | 107.4 | 120.44 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 99 | 94 | 0 | 0.23 | 0.27 | 0.49 | 8.57 | 0.16 | 0.44 |
| Hex | 81 | 63 | 5E | 0 | 17 | 1B | 31 | 9 | 10 | 2C |
| Octal | 201 | 143 | 136 | 0 | 27 | 33 | 61 | 11 | 20 | 54 |
| Binary | 10000001 | 1100011 | 1011110 | 0 | 10111 | 11011 | 110001 | 1001 | 10000 | 101100 |
Color Harmonies of #81635E
Complementary color
Monochromatic Colors of #81635E
Black with #81635E
Text Example
Text Example
White with #81635E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81635E; }
p { color: rgb(129,99,94); }
H1.HeaderClassName
{
color: #81635E;
}
.AnyTagClassName
{
color: #81635E;
}
</style>
background-color css
<style>
a { background-color: #81635E; }
a { background-color: rgb(129,99,94); }
div.DivClassName
{
background-color: #81635E;
}
.BgClassName
{
background-color: #81635E;
}
</style>
border-color css
<style>
span { border-color: #81635E; }
span { border-color: rgb(129,99,94); }
td.TdClassName
{
border-color: #81635E;
}
.TagClassName
{
border-color: #81635E;
}
</style>