Shades of Pancho #E6B596
Tints of Pancho #E6B596
RGB
CMYK
RGB Variations
Color information
#E6B596 (or 0xE6B596) is known color: Pancho. HEX triplet: E6, B5 and 96. RGB value is (230,181,150). Sum of RGB (Red+Green+Blue) = 230+181+150=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 181 (71.09% from 255 or 32.26% from 561); Blue value is 150 (58.98% from 255 or 26.74% from 561); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B596 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B596 is #194A69. Grayscale: #C0C0C0. Windows color (decimal): -1657450 or 9876966. OLE color: 9876966.
HSL color Cylindrical-coordinate representation of color #E6B596: hue angle of 23.25º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E6B596 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 181 | 150 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.10 |
| HSL | 23.25º | 0.62% | 0.75% | - |
| HSV(B) | 23.25º | 0.35% | 0.9% | - |
| XYZ | 54.66 | 52.07 | 36.02 | - |
| YUV | 192.12 | 104.23 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 181 | 150 | 0 | 0.21 | 0.35 | 0.10 | 23.25 | 0.62 | 0.75 |
| Hex | E6 | B5 | 96 | 0 | 15 | 23 | A | 17 | 3E | 4B |
| Octal | 346 | 265 | 226 | 0 | 25 | 43 | 12 | 27 | 76 | 113 |
| Binary | 11100110 | 10110101 | 10010110 | 0 | 10101 | 100011 | 1010 | 10111 | 111110 | 1001011 |
Color Harmonies of #E6B596
Complementary color
Monochromatic Colors of #E6B596
Black with #E6B596
Text Example
Text Example
White with #E6B596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B596; }
p { color: rgb(230,181,150); }
H1.HeaderClassName
{
color: #E6B596;
}
.AnyTagClassName
{
color: #E6B596;
}
</style>
background-color css
<style>
a { background-color: #E6B596; }
a { background-color: rgb(230,181,150); }
div.DivClassName
{
background-color: #E6B596;
}
.BgClassName
{
background-color: #E6B596;
}
</style>
border-color css
<style>
span { border-color: #E6B596; }
span { border-color: rgb(230,181,150); }
td.TdClassName
{
border-color: #E6B596;
}
.TagClassName
{
border-color: #E6B596;
}
</style>