Shades of Pancho #E6B797
Tints of Pancho #E6B797
RGB
CMYK
RGB Variations
Color information
#E6B797 (or 0xE6B797) is known color: Pancho. HEX triplet: E6, B7 and 97. RGB value is (230,183,151). Sum of RGB (Red+Green+Blue) = 230+183+151=564 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.78% from 564); Green value is 183 (71.88% from 255 or 32.45% from 564); Blue value is 151 (59.38% from 255 or 26.77% from 564); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B797 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B797 is #194868. Grayscale: #C1C1C1. Windows color (decimal): -1656937 or 9943014. OLE color: 9943014.
HSL color Cylindrical-coordinate representation of color #E6B797: hue angle of 24.3º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E6B797 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 183 | 151 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.10 |
| HSL | 24.3º | 0.61% | 0.75% | - |
| HSV(B) | 24.3º | 0.34% | 0.9% | - |
| XYZ | 55.15 | 52.92 | 36.59 | - |
| YUV | 193.41 | 104.07 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 183 | 151 | 0 | 0.20 | 0.34 | 0.10 | 24.3 | 0.61 | 0.75 |
| Hex | E6 | B7 | 97 | 0 | 14 | 22 | A | 18 | 3D | 4B |
| Octal | 346 | 267 | 227 | 0 | 24 | 42 | 12 | 30 | 75 | 113 |
| Binary | 11100110 | 10110111 | 10010111 | 0 | 10100 | 100010 | 1010 | 11000 | 111101 | 1001011 |
Color Harmonies of #E6B797
Complementary color
Monochromatic Colors of #E6B797
Black with #E6B797
Text Example
Text Example
White with #E6B797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B797; }
p { color: rgb(230,183,151); }
H1.HeaderClassName
{
color: #E6B797;
}
.AnyTagClassName
{
color: #E6B797;
}
</style>
background-color css
<style>
a { background-color: #E6B797; }
a { background-color: rgb(230,183,151); }
div.DivClassName
{
background-color: #E6B797;
}
.BgClassName
{
background-color: #E6B797;
}
</style>
border-color css
<style>
span { border-color: #E6B797; }
span { border-color: rgb(230,183,151); }
td.TdClassName
{
border-color: #E6B797;
}
.TagClassName
{
border-color: #E6B797;
}
</style>