Shades of Pharlap #8A675F
Tints of Pharlap #8A675F
RGB
CMYK
RGB Variations
Color information
#8A675F (or 0x8A675F) is known color: Pharlap. HEX triplet: 8A, 67 and 5F. RGB value is (138,103,95). Sum of RGB (Red+Green+Blue) = 138+103+95=336 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.07% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 138 - color contains mainly: red. Hex color #8A675F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A675F is #7598A0. Grayscale: #707070. Windows color (decimal): -7706785 or 6252426. OLE color: 6252426.
HSL color Cylindrical-coordinate representation of color #8A675F: hue angle of 11.16º 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 #8A675F is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 103 | 95 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.46 |
| HSL | 11.16º | 0.18% | 0.46% | - |
| HSV(B) | 11.16º | 0.31% | 0.54% | - |
| XYZ | 17.4 | 15.93 | 12.98 | - |
| YUV | 112.55 | 118.1 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 103 | 95 | 0 | 0.25 | 0.31 | 0.46 | 11.16 | 0.18 | 0.46 |
| Hex | 8A | 67 | 5F | 0 | 19 | 1F | 2E | B | 12 | 2E |
| Octal | 212 | 147 | 137 | 0 | 31 | 37 | 56 | 13 | 22 | 56 |
| Binary | 10001010 | 1100111 | 1011111 | 0 | 11001 | 11111 | 101110 | 1011 | 10010 | 101110 |
Color Harmonies of #8A675F
Complementary color
Monochromatic Colors of #8A675F
Black with #8A675F
Text Example
Text Example
White with #8A675F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A675F; }
p { color: rgb(138,103,95); }
H1.HeaderClassName
{
color: #8A675F;
}
.AnyTagClassName
{
color: #8A675F;
}
</style>
background-color css
<style>
a { background-color: #8A675F; }
a { background-color: rgb(138,103,95); }
div.DivClassName
{
background-color: #8A675F;
}
.BgClassName
{
background-color: #8A675F;
}
</style>
border-color css
<style>
span { border-color: #8A675F; }
span { border-color: rgb(138,103,95); }
td.TdClassName
{
border-color: #8A675F;
}
.TagClassName
{
border-color: #8A675F;
}
</style>