Shades of Pancho #E6B695
Tints of Pancho #E6B695
RGB
CMYK
RGB Variations
Color information
#E6B695 (or 0xE6B695) is known color: Pancho. HEX triplet: E6, B6 and 95. RGB value is (230,182,149). Sum of RGB (Red+Green+Blue) = 230+182+149=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 182 (71.48% from 255 or 32.44% from 561); Blue value is 149 (58.59% from 255 or 26.56% from 561); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B695 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B695 is #19496A. Grayscale: #C0C0C0. Windows color (decimal): -1657195 or 9811686. OLE color: 9811686.
HSL color Cylindrical-coordinate representation of color #E6B695: hue angle of 24.44º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E6B695 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 182 | 149 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.10 |
| HSL | 24.44º | 0.62% | 0.74% | - |
| HSV(B) | 24.44º | 0.35% | 0.9% | - |
| XYZ | 54.79 | 52.45 | 35.67 | - |
| YUV | 192.59 | 103.4 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 182 | 149 | 0 | 0.21 | 0.35 | 0.10 | 24.44 | 0.62 | 0.74 |
| Hex | E6 | B6 | 95 | 0 | 15 | 23 | A | 18 | 3E | 4A |
| Octal | 346 | 266 | 225 | 0 | 25 | 43 | 12 | 30 | 76 | 112 |
| Binary | 11100110 | 10110110 | 10010101 | 0 | 10101 | 100011 | 1010 | 11000 | 111110 | 1001010 |
Color Harmonies of #E6B695
Complementary color
Monochromatic Colors of #E6B695
Black with #E6B695
Text Example
Text Example
White with #E6B695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B695; }
p { color: rgb(230,182,149); }
H1.HeaderClassName
{
color: #E6B695;
}
.AnyTagClassName
{
color: #E6B695;
}
</style>
background-color css
<style>
a { background-color: #E6B695; }
a { background-color: rgb(230,182,149); }
div.DivClassName
{
background-color: #E6B695;
}
.BgClassName
{
background-color: #E6B695;
}
</style>
border-color css
<style>
span { border-color: #E6B695; }
span { border-color: rgb(230,182,149); }
td.TdClassName
{
border-color: #E6B695;
}
.TagClassName
{
border-color: #E6B695;
}
</style>