Shades of Pharlap #84615E
Tints of Pharlap #84615E
RGB
CMYK
RGB Variations
Color information
#84615E (or 0x84615E) is known color: Pharlap. HEX triplet: 84, 61 and 5E. RGB value is (132,97,94). Sum of RGB (Red+Green+Blue) = 132+97+94=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 132 - color contains mainly: red. Hex color #84615E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84615E is #7B9EA1. Grayscale: #6B6B6B. Windows color (decimal): -8101538 or 6185348. OLE color: 6185348.
HSL color Cylindrical-coordinate representation of color #84615E: hue angle of 4.74º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84615E is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 97 | 94 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.48 |
| HSL | 4.74º | 0.17% | 0.44% | - |
| HSV(B) | 4.74º | 0.29% | 0.52% | - |
| XYZ | 15.81 | 14.26 | 12.51 | - |
| YUV | 107.12 | 120.6 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 97 | 94 | 0 | 0.27 | 0.29 | 0.48 | 4.74 | 0.17 | 0.44 |
| Hex | 84 | 61 | 5E | 0 | 1B | 1D | 30 | 5 | 11 | 2C |
| Octal | 204 | 141 | 136 | 0 | 33 | 35 | 60 | 5 | 21 | 54 |
| Binary | 10000100 | 1100001 | 1011110 | 0 | 11011 | 11101 | 110000 | 101 | 10001 | 101100 |
Color Harmonies of #84615E
Complementary color
Monochromatic Colors of #84615E
Black with #84615E
Text Example
Text Example
White with #84615E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84615E; }
p { color: rgb(132,97,94); }
H1.HeaderClassName
{
color: #84615E;
}
.AnyTagClassName
{
color: #84615E;
}
</style>
background-color css
<style>
a { background-color: #84615E; }
a { background-color: rgb(132,97,94); }
div.DivClassName
{
background-color: #84615E;
}
.BgClassName
{
background-color: #84615E;
}
</style>
border-color css
<style>
span { border-color: #84615E; }
span { border-color: rgb(132,97,94); }
td.TdClassName
{
border-color: #84615E;
}
.TagClassName
{
border-color: #84615E;
}
</style>