Shades of Corvette #E6B576
Tints of Corvette #E6B576
RGB
CMYK
RGB Variations
Color information
#E6B576 (or 0xE6B576) is known color: Corvette. HEX triplet: E6, B5 and 76. RGB value is (230,181,118). Sum of RGB (Red+Green+Blue) = 230+181+118=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 181 (71.09% from 255 or 34.22% from 529); Blue value is 118 (46.48% from 255 or 22.31% from 529); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B576 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B576 is #194A89. Grayscale: #BCBCBC. Windows color (decimal): -1657482 or 7779814. OLE color: 7779814.
HSL color Cylindrical-coordinate representation of color #E6B576: hue angle of 33.75º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E6B576 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 181 | 118 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.10 |
| HSL | 33.75º | 0.69% | 0.68% | - |
| HSV(B) | 33.75º | 0.49% | 0.9% | - |
| XYZ | 52.43 | 51.18 | 24.25 | - |
| YUV | 188.47 | 88.23 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 181 | 118 | 0 | 0.21 | 0.49 | 0.10 | 33.75 | 0.69 | 0.68 |
| Hex | E6 | B5 | 76 | 0 | 15 | 31 | A | 22 | 45 | 44 |
| Octal | 346 | 265 | 166 | 0 | 25 | 61 | 12 | 42 | 105 | 104 |
| Binary | 11100110 | 10110101 | 1110110 | 0 | 10101 | 110001 | 1010 | 100010 | 1000101 | 1000100 |
Color Harmonies of #E6B576
Complementary color
Monochromatic Colors of #E6B576
Black with #E6B576
Text Example
Text Example
White with #E6B576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B576; }
p { color: rgb(230,181,118); }
H1.HeaderClassName
{
color: #E6B576;
}
.AnyTagClassName
{
color: #E6B576;
}
</style>
background-color css
<style>
a { background-color: #E6B576; }
a { background-color: rgb(230,181,118); }
div.DivClassName
{
background-color: #E6B576;
}
.BgClassName
{
background-color: #E6B576;
}
</style>
border-color css
<style>
span { border-color: #E6B576; }
span { border-color: rgb(230,181,118); }
td.TdClassName
{
border-color: #E6B576;
}
.TagClassName
{
border-color: #E6B576;
}
</style>