Shades of Pancho #E6B692
Tints of Pancho #E6B692
RGB
CMYK
RGB Variations
Color information
#E6B692 (or 0xE6B692) is known color: Pancho. HEX triplet: E6, B6 and 92. RGB value is (230,182,146). Sum of RGB (Red+Green+Blue) = 230+182+146=558 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.22% from 558); Green value is 182 (71.48% from 255 or 32.62% from 558); Blue value is 146 (57.42% from 255 or 26.16% from 558); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B692 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B692 is #19496D. Grayscale: #C0C0C0. Windows color (decimal): -1657198 or 9615078. OLE color: 9615078.
HSL color Cylindrical-coordinate representation of color #E6B692: hue angle of 25.71º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E6B692 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 182 | 146 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.10 |
| HSL | 25.71º | 0.63% | 0.74% | - |
| HSV(B) | 25.71º | 0.37% | 0.9% | - |
| XYZ | 54.55 | 52.35 | 34.42 | - |
| YUV | 192.25 | 101.9 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 182 | 146 | 0 | 0.21 | 0.37 | 0.10 | 25.71 | 0.63 | 0.74 |
| Hex | E6 | B6 | 92 | 0 | 15 | 25 | A | 1A | 3F | 4A |
| Octal | 346 | 266 | 222 | 0 | 25 | 45 | 12 | 32 | 77 | 112 |
| Binary | 11100110 | 10110110 | 10010010 | 0 | 10101 | 100101 | 1010 | 11010 | 111111 | 1001010 |
Color Harmonies of #E6B692
Complementary color
Monochromatic Colors of #E6B692
Black with #E6B692
Text Example
Text Example
White with #E6B692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B692; }
p { color: rgb(230,182,146); }
H1.HeaderClassName
{
color: #E6B692;
}
.AnyTagClassName
{
color: #E6B692;
}
</style>
background-color css
<style>
a { background-color: #E6B692; }
a { background-color: rgb(230,182,146); }
div.DivClassName
{
background-color: #E6B692;
}
.BgClassName
{
background-color: #E6B692;
}
</style>
border-color css
<style>
span { border-color: #E6B692; }
span { border-color: rgb(230,182,146); }
td.TdClassName
{
border-color: #E6B692;
}
.TagClassName
{
border-color: #E6B692;
}
</style>