Shades of Pharlap #8D645F
Tints of Pharlap #8D645F
RGB
CMYK
RGB Variations
Color information
#8D645F (or 0x8D645F) is known color: Pharlap. HEX triplet: 8D, 64 and 5F. RGB value is (141,100,95). Sum of RGB (Red+Green+Blue) = 141+100+95=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 141 - color contains mainly: red. Hex color #8D645F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D645F is #729BA0. Grayscale: #6F6F6F. Windows color (decimal): -7510945 or 6251661. OLE color: 6251661.
HSL color Cylindrical-coordinate representation of color #8D645F: hue angle of 6.52º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8D645F is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 100 | 95 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.45 |
| HSL | 6.52º | 0.19% | 0.46% | - |
| HSV(B) | 6.52º | 0.33% | 0.55% | - |
| XYZ | 17.61 | 15.6 | 12.91 | - |
| YUV | 111.69 | 118.58 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 100 | 95 | 0 | 0.29 | 0.33 | 0.45 | 6.52 | 0.19 | 0.46 |
| Hex | 8D | 64 | 5F | 0 | 1D | 21 | 2D | 7 | 13 | 2E |
| Octal | 215 | 144 | 137 | 0 | 35 | 41 | 55 | 7 | 23 | 56 |
| Binary | 10001101 | 1100100 | 1011111 | 0 | 11101 | 100001 | 101101 | 111 | 10011 | 101110 |
Color Harmonies of #8D645F
Complementary color
Monochromatic Colors of #8D645F
Black with #8D645F
Text Example
Text Example
White with #8D645F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D645F; }
p { color: rgb(141,100,95); }
H1.HeaderClassName
{
color: #8D645F;
}
.AnyTagClassName
{
color: #8D645F;
}
</style>
background-color css
<style>
a { background-color: #8D645F; }
a { background-color: rgb(141,100,95); }
div.DivClassName
{
background-color: #8D645F;
}
.BgClassName
{
background-color: #8D645F;
}
</style>
border-color css
<style>
span { border-color: #8D645F; }
span { border-color: rgb(141,100,95); }
td.TdClassName
{
border-color: #8D645F;
}
.TagClassName
{
border-color: #8D645F;
}
</style>