Shades of Pharlap #84605D
Tints of Pharlap #84605D
RGB
CMYK
RGB Variations
Color information
#84605D (or 0x84605D) is known color: Pharlap. HEX triplet: 84, 60 and 5D. RGB value is (132,96,93). Sum of RGB (Red+Green+Blue) = 132+96+93=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 132 - color contains mainly: red. Hex color #84605D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84605D is #7B9FA2. Grayscale: #6A6A6A. Windows color (decimal): -8101795 or 6119556. OLE color: 6119556.
HSL color Cylindrical-coordinate representation of color #84605D: hue angle of 4.62º 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 #84605D is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 96 | 93 | - |
| CMYK | 0 | 0.27 | 0.30 | 0.48 |
| HSL | 4.62º | 0.17% | 0.44% | - |
| HSV(B) | 4.62º | 0.3% | 0.52% | - |
| XYZ | 15.67 | 14.06 | 12.24 | - |
| YUV | 106.42 | 120.43 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 96 | 93 | 0 | 0.27 | 0.30 | 0.48 | 4.62 | 0.17 | 0.44 |
| Hex | 84 | 60 | 5D | 0 | 1B | 1E | 30 | 5 | 11 | 2C |
| Octal | 204 | 140 | 135 | 0 | 33 | 36 | 60 | 5 | 21 | 54 |
| Binary | 10000100 | 1100000 | 1011101 | 0 | 11011 | 11110 | 110000 | 101 | 10001 | 101100 |
Color Harmonies of #84605D
Complementary color
Monochromatic Colors of #84605D
Black with #84605D
Text Example
Text Example
White with #84605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84605D; }
p { color: rgb(132,96,93); }
H1.HeaderClassName
{
color: #84605D;
}
.AnyTagClassName
{
color: #84605D;
}
</style>
background-color css
<style>
a { background-color: #84605D; }
a { background-color: rgb(132,96,93); }
div.DivClassName
{
background-color: #84605D;
}
.BgClassName
{
background-color: #84605D;
}
</style>
border-color css
<style>
span { border-color: #84605D; }
span { border-color: rgb(132,96,93); }
td.TdClassName
{
border-color: #84605D;
}
.TagClassName
{
border-color: #84605D;
}
</style>