Shades of Pharlap #81635D
Tints of Pharlap #81635D
RGB
CMYK
RGB Variations
Color information
#81635D (or 0x81635D) is known color: Pharlap. HEX triplet: 81, 63 and 5D. RGB value is (129,99,93). Sum of RGB (Red+Green+Blue) = 129+99+93=321 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.19% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 129 - color contains mainly: red. Hex color #81635D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81635D is #7E9CA2. Grayscale: #6B6B6B. Windows color (decimal): -8297635 or 6120321. OLE color: 6120321.
HSL color Cylindrical-coordinate representation of color #81635D: hue angle of 10º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #81635D is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 99 | 93 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.49 |
| HSL | 10º | 0.16% | 0.44% | - |
| HSV(B) | 10º | 0.28% | 0.51% | - |
| XYZ | 15.49 | 14.38 | 12.32 | - |
| YUV | 107.29 | 119.94 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 99 | 93 | 0 | 0.23 | 0.28 | 0.49 | 10 | 0.16 | 0.44 |
| Hex | 81 | 63 | 5D | 0 | 17 | 1C | 31 | A | 10 | 2C |
| Octal | 201 | 143 | 135 | 0 | 27 | 34 | 61 | 12 | 20 | 54 |
| Binary | 10000001 | 1100011 | 1011101 | 0 | 10111 | 11100 | 110001 | 1010 | 10000 | 101100 |
Color Harmonies of #81635D
Complementary color
Monochromatic Colors of #81635D
Black with #81635D
Text Example
Text Example
White with #81635D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81635D; }
p { color: rgb(129,99,93); }
H1.HeaderClassName
{
color: #81635D;
}
.AnyTagClassName
{
color: #81635D;
}
</style>
background-color css
<style>
a { background-color: #81635D; }
a { background-color: rgb(129,99,93); }
div.DivClassName
{
background-color: #81635D;
}
.BgClassName
{
background-color: #81635D;
}
</style>
border-color css
<style>
span { border-color: #81635D; }
span { border-color: rgb(129,99,93); }
td.TdClassName
{
border-color: #81635D;
}
.TagClassName
{
border-color: #81635D;
}
</style>