Shades of Pancho #E6B693
Tints of Pancho #E6B693
RGB
CMYK
RGB Variations
Color information
#E6B693 (or 0xE6B693) is known color: Pancho. HEX triplet: E6, B6 and 93. RGB value is (230,182,147). Sum of RGB (Red+Green+Blue) = 230+182+147=559 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.14% from 559); Green value is 182 (71.48% from 255 or 32.56% from 559); Blue value is 147 (57.81% from 255 or 26.30% from 559); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B693 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B693 is #19496C. Grayscale: #C0C0C0. Windows color (decimal): -1657197 or 9680614. OLE color: 9680614.
HSL color Cylindrical-coordinate representation of color #E6B693: hue angle of 25.3º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E6B693 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 182 | 147 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.10 |
| HSL | 25.3º | 0.62% | 0.74% | - |
| HSV(B) | 25.3º | 0.36% | 0.9% | - |
| XYZ | 54.63 | 52.39 | 34.84 | - |
| YUV | 192.36 | 102.4 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 182 | 147 | 0 | 0.21 | 0.36 | 0.10 | 25.3 | 0.62 | 0.74 |
| Hex | E6 | B6 | 93 | 0 | 15 | 24 | A | 19 | 3E | 4A |
| Octal | 346 | 266 | 223 | 0 | 25 | 44 | 12 | 31 | 76 | 112 |
| Binary | 11100110 | 10110110 | 10010011 | 0 | 10101 | 100100 | 1010 | 11001 | 111110 | 1001010 |
Color Harmonies of #E6B693
Complementary color
Monochromatic Colors of #E6B693
Black with #E6B693
Text Example
Text Example
White with #E6B693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B693; }
p { color: rgb(230,182,147); }
H1.HeaderClassName
{
color: #E6B693;
}
.AnyTagClassName
{
color: #E6B693;
}
</style>
background-color css
<style>
a { background-color: #E6B693; }
a { background-color: rgb(230,182,147); }
div.DivClassName
{
background-color: #E6B693;
}
.BgClassName
{
background-color: #E6B693;
}
</style>
border-color css
<style>
span { border-color: #E6B693; }
span { border-color: rgb(230,182,147); }
td.TdClassName
{
border-color: #E6B693;
}
.TagClassName
{
border-color: #E6B693;
}
</style>