Shades of Pancho #E6B592
Tints of Pancho #E6B592
RGB
CMYK
RGB Variations
Color information
#E6B592 (or 0xE6B592) is known color: Pancho. HEX triplet: E6, B5 and 92. RGB value is (230,181,146). Sum of RGB (Red+Green+Blue) = 230+181+146=557 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.29% from 557); Green value is 181 (71.09% from 255 or 32.50% from 557); Blue value is 146 (57.42% from 255 or 26.21% from 557); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B592 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B592 is #194A6D. Grayscale: #BFBFBF. Windows color (decimal): -1657454 or 9614822. OLE color: 9614822.
HSL color Cylindrical-coordinate representation of color #E6B592: hue angle of 25º 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 #E6B592 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 181 | 146 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.10 |
| HSL | 25º | 0.63% | 0.74% | - |
| HSV(B) | 25º | 0.37% | 0.9% | - |
| XYZ | 54.35 | 51.95 | 34.36 | - |
| YUV | 191.66 | 102.23 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 181 | 146 | 0 | 0.21 | 0.37 | 0.10 | 25 | 0.63 | 0.74 |
| Hex | E6 | B5 | 92 | 0 | 15 | 25 | A | 19 | 3F | 4A |
| Octal | 346 | 265 | 222 | 0 | 25 | 45 | 12 | 31 | 77 | 112 |
| Binary | 11100110 | 10110101 | 10010010 | 0 | 10101 | 100101 | 1010 | 11001 | 111111 | 1001010 |
Color Harmonies of #E6B592
Complementary color
Monochromatic Colors of #E6B592
Black with #E6B592
Text Example
Text Example
White with #E6B592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B592; }
p { color: rgb(230,181,146); }
H1.HeaderClassName
{
color: #E6B592;
}
.AnyTagClassName
{
color: #E6B592;
}
</style>
background-color css
<style>
a { background-color: #E6B592; }
a { background-color: rgb(230,181,146); }
div.DivClassName
{
background-color: #E6B592;
}
.BgClassName
{
background-color: #E6B592;
}
</style>
border-color css
<style>
span { border-color: #E6B592; }
span { border-color: rgb(230,181,146); }
td.TdClassName
{
border-color: #E6B592;
}
.TagClassName
{
border-color: #E6B592;
}
</style>