Shades of Pharlap #8A655C
Tints of Pharlap #8A655C
RGB
CMYK
RGB Variations
Color information
#8A655C (or 0x8A655C) is known color: Pharlap. HEX triplet: 8A, 65 and 5C. RGB value is (138,101,92). Sum of RGB (Red+Green+Blue) = 138+101+92=331 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.69% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 138 - color contains mainly: red. Hex color #8A655C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A655C is #759AA3. Grayscale: #6F6F6F. Windows color (decimal): -7707300 or 6055306. OLE color: 6055306.
HSL color Cylindrical-coordinate representation of color #8A655C: hue angle of 11.74º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A655C is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 101 | 92 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.46 |
| HSL | 11.74º | 0.2% | 0.45% | - |
| HSV(B) | 11.74º | 0.33% | 0.54% | - |
| XYZ | 17.07 | 15.48 | 12.21 | - |
| YUV | 111.04 | 117.26 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 101 | 92 | 0 | 0.27 | 0.33 | 0.46 | 11.74 | 0.2 | 0.45 |
| Hex | 8A | 65 | 5C | 0 | 1B | 21 | 2E | C | 14 | 2D |
| Octal | 212 | 145 | 134 | 0 | 33 | 41 | 56 | 14 | 24 | 55 |
| Binary | 10001010 | 1100101 | 1011100 | 0 | 11011 | 100001 | 101110 | 1100 | 10100 | 101101 |
Color Harmonies of #8A655C
Complementary color
Monochromatic Colors of #8A655C
Black with #8A655C
Text Example
Text Example
White with #8A655C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A655C; }
p { color: rgb(138,101,92); }
H1.HeaderClassName
{
color: #8A655C;
}
.AnyTagClassName
{
color: #8A655C;
}
</style>
background-color css
<style>
a { background-color: #8A655C; }
a { background-color: rgb(138,101,92); }
div.DivClassName
{
background-color: #8A655C;
}
.BgClassName
{
background-color: #8A655C;
}
</style>
border-color css
<style>
span { border-color: #8A655C; }
span { border-color: rgb(138,101,92); }
td.TdClassName
{
border-color: #8A655C;
}
.TagClassName
{
border-color: #8A655C;
}
</style>