Shades of Pharlap #836B64
Tints of Pharlap #836B64
RGB
CMYK
RGB Variations
Color information
#836B64 (or 0x836B64) is known color: Pharlap. HEX triplet: 83, 6B and 64. RGB value is (131,107,100). Sum of RGB (Red+Green+Blue) = 131+107+100=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 131 - color contains mainly: red. Hex color #836B64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836B64 is #7C949B. Grayscale: #717171. Windows color (decimal): -8164508 or 6581123. OLE color: 6581123.
HSL color Cylindrical-coordinate representation of color #836B64: hue angle of 13.55º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #836B64 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 107 | 100 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.49 |
| HSL | 13.55º | 0.13% | 0.45% | - |
| HSV(B) | 13.55º | 0.24% | 0.51% | - |
| XYZ | 16.92 | 16.26 | 14.3 | - |
| YUV | 113.38 | 120.45 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 107 | 100 | 0 | 0.18 | 0.24 | 0.49 | 13.55 | 0.13 | 0.45 |
| Hex | 83 | 6B | 64 | 0 | 12 | 18 | 31 | E | D | 2D |
| Octal | 203 | 153 | 144 | 0 | 22 | 30 | 61 | 16 | 15 | 55 |
| Binary | 10000011 | 1101011 | 1100100 | 0 | 10010 | 11000 | 110001 | 1110 | 1101 | 101101 |
Color Harmonies of #836B64
Complementary color
Monochromatic Colors of #836B64
Black with #836B64
Text Example
Text Example
White with #836B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836B64; }
p { color: rgb(131,107,100); }
H1.HeaderClassName
{
color: #836B64;
}
.AnyTagClassName
{
color: #836B64;
}
</style>
background-color css
<style>
a { background-color: #836B64; }
a { background-color: rgb(131,107,100); }
div.DivClassName
{
background-color: #836B64;
}
.BgClassName
{
background-color: #836B64;
}
</style>
border-color css
<style>
span { border-color: #836B64; }
span { border-color: rgb(131,107,100); }
td.TdClassName
{
border-color: #836B64;
}
.TagClassName
{
border-color: #836B64;
}
</style>