Shades of Pharlap #8A685F
Tints of Pharlap #8A685F
RGB
CMYK
RGB Variations
Color information
#8A685F (or 0x8A685F) is known color: Pharlap. HEX triplet: 8A, 68 and 5F. RGB value is (138,104,95). Sum of RGB (Red+Green+Blue) = 138+104+95=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 138 - color contains mainly: red. Hex color #8A685F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A685F is #7597A0. Grayscale: #717171. Windows color (decimal): -7706529 or 6252682. OLE color: 6252682.
HSL color Cylindrical-coordinate representation of color #8A685F: hue angle of 12.56º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8A685F is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 104 | 95 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.46 |
| HSL | 12.56º | 0.18% | 0.46% | - |
| HSV(B) | 12.56º | 0.31% | 0.54% | - |
| XYZ | 17.5 | 16.13 | 13.02 | - |
| YUV | 113.14 | 117.76 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 104 | 95 | 0 | 0.25 | 0.31 | 0.46 | 12.56 | 0.18 | 0.46 |
| Hex | 8A | 68 | 5F | 0 | 19 | 1F | 2E | D | 12 | 2E |
| Octal | 212 | 150 | 137 | 0 | 31 | 37 | 56 | 15 | 22 | 56 |
| Binary | 10001010 | 1101000 | 1011111 | 0 | 11001 | 11111 | 101110 | 1101 | 10010 | 101110 |
Color Harmonies of #8A685F
Complementary color
Monochromatic Colors of #8A685F
Black with #8A685F
Text Example
Text Example
White with #8A685F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A685F; }
p { color: rgb(138,104,95); }
H1.HeaderClassName
{
color: #8A685F;
}
.AnyTagClassName
{
color: #8A685F;
}
</style>
background-color css
<style>
a { background-color: #8A685F; }
a { background-color: rgb(138,104,95); }
div.DivClassName
{
background-color: #8A685F;
}
.BgClassName
{
background-color: #8A685F;
}
</style>
border-color css
<style>
span { border-color: #8A685F; }
span { border-color: rgb(138,104,95); }
td.TdClassName
{
border-color: #8A685F;
}
.TagClassName
{
border-color: #8A685F;
}
</style>