Shades of Pharlap #84635C
Tints of Pharlap #84635C
RGB
CMYK
RGB Variations
Color information
#84635C (or 0x84635C) is known color: Pharlap. HEX triplet: 84, 63 and 5C. RGB value is (132,99,92). Sum of RGB (Red+Green+Blue) = 132+99+92=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 132 - color contains mainly: red. Hex color #84635C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84635C is #7B9CA3. Grayscale: #6C6C6C. Windows color (decimal): -8101028 or 6054788. OLE color: 6054788.
HSL color Cylindrical-coordinate representation of color #84635C: hue angle of 10.5º degrees, saturation: 0.18, 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 #84635C is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 99 | 92 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.48 |
| HSL | 10.5º | 0.18% | 0.44% | - |
| HSV(B) | 10.5º | 0.3% | 0.52% | - |
| XYZ | 15.91 | 14.6 | 12.11 | - |
| YUV | 108.07 | 118.93 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 99 | 92 | 0 | 0.25 | 0.30 | 0.48 | 10.5 | 0.18 | 0.44 |
| Hex | 84 | 63 | 5C | 0 | 19 | 1E | 30 | A | 12 | 2C |
| Octal | 204 | 143 | 134 | 0 | 31 | 36 | 60 | 12 | 22 | 54 |
| Binary | 10000100 | 1100011 | 1011100 | 0 | 11001 | 11110 | 110000 | 1010 | 10010 | 101100 |
Color Harmonies of #84635C
Complementary color
Monochromatic Colors of #84635C
Black with #84635C
Text Example
Text Example
White with #84635C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84635C; }
p { color: rgb(132,99,92); }
H1.HeaderClassName
{
color: #84635C;
}
.AnyTagClassName
{
color: #84635C;
}
</style>
background-color css
<style>
a { background-color: #84635C; }
a { background-color: rgb(132,99,92); }
div.DivClassName
{
background-color: #84635C;
}
.BgClassName
{
background-color: #84635C;
}
</style>
border-color css
<style>
span { border-color: #84635C; }
span { border-color: rgb(132,99,92); }
td.TdClassName
{
border-color: #84635C;
}
.TagClassName
{
border-color: #84635C;
}
</style>