Shades of Pharlap #84635D
Tints of Pharlap #84635D
RGB
CMYK
RGB Variations
Color information
#84635D (or 0x84635D) is known color: Pharlap. HEX triplet: 84, 63 and 5D. RGB value is (132,99,93). Sum of RGB (Red+Green+Blue) = 132+99+93=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 132 - color contains mainly: red. Hex color #84635D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84635D is #7B9CA2. Grayscale: #6C6C6C. Windows color (decimal): -8101027 or 6120324. OLE color: 6120324.
HSL color Cylindrical-coordinate representation of color #84635D: hue angle of 9.23º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84635D is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 99 | 93 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.48 |
| HSL | 9.23º | 0.17% | 0.44% | - |
| HSV(B) | 9.23º | 0.3% | 0.52% | - |
| XYZ | 15.95 | 14.62 | 12.34 | - |
| YUV | 108.18 | 119.43 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 99 | 93 | 0 | 0.25 | 0.30 | 0.48 | 9.23 | 0.17 | 0.44 |
| Hex | 84 | 63 | 5D | 0 | 19 | 1E | 30 | 9 | 11 | 2C |
| Octal | 204 | 143 | 135 | 0 | 31 | 36 | 60 | 11 | 21 | 54 |
| Binary | 10000100 | 1100011 | 1011101 | 0 | 11001 | 11110 | 110000 | 1001 | 10001 | 101100 |
Color Harmonies of #84635D
Complementary color
Monochromatic Colors of #84635D
Black with #84635D
Text Example
Text Example
White with #84635D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84635D; }
p { color: rgb(132,99,93); }
H1.HeaderClassName
{
color: #84635D;
}
.AnyTagClassName
{
color: #84635D;
}
</style>
background-color css
<style>
a { background-color: #84635D; }
a { background-color: rgb(132,99,93); }
div.DivClassName
{
background-color: #84635D;
}
.BgClassName
{
background-color: #84635D;
}
</style>
border-color css
<style>
span { border-color: #84635D; }
span { border-color: rgb(132,99,93); }
td.TdClassName
{
border-color: #84635D;
}
.TagClassName
{
border-color: #84635D;
}
</style>