Shades of Porsche #E6A461
Tints of Porsche #E6A461
RGB
CMYK
RGB Variations
Color information
#E6A461 (or 0xE6A461) is known color: Porsche. HEX triplet: E6, A4 and 61. RGB value is (230,164,97). Sum of RGB (Red+Green+Blue) = 230+164+97=491 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.84% from 491); Green value is 164 (64.45% from 255 or 33.40% from 491); Blue value is 97 (38.28% from 255 or 19.76% from 491); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A461 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A461 is #195B9E. Grayscale: #B0B0B0. Windows color (decimal): -1661855 or 6399206. OLE color: 6399206.
HSL color Cylindrical-coordinate representation of color #E6A461: hue angle of 30.23º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E6A461 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 164 | 97 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.10 |
| HSL | 30.23º | 0.73% | 0.64% | - |
| HSV(B) | 30.23º | 0.58% | 0.9% | - |
| XYZ | 48.07 | 44.24 | 17.31 | - |
| YUV | 176.1 | 83.37 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 164 | 97 | 0 | 0.29 | 0.58 | 0.10 | 30.23 | 0.73 | 0.64 |
| Hex | E6 | A4 | 61 | 0 | 1D | 3A | A | 1E | 49 | 40 |
| Octal | 346 | 244 | 141 | 0 | 35 | 72 | 12 | 36 | 111 | 100 |
| Binary | 11100110 | 10100100 | 1100001 | 0 | 11101 | 111010 | 1010 | 11110 | 1001001 | 1000000 |
Color Harmonies of #E6A461
Complementary color
Monochromatic Colors of #E6A461
Black with #E6A461
Text Example
Text Example
White with #E6A461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A461; }
p { color: rgb(230,164,97); }
H1.HeaderClassName
{
color: #E6A461;
}
.AnyTagClassName
{
color: #E6A461;
}
</style>
background-color css
<style>
a { background-color: #E6A461; }
a { background-color: rgb(230,164,97); }
div.DivClassName
{
background-color: #E6A461;
}
.BgClassName
{
background-color: #E6A461;
}
</style>
border-color css
<style>
span { border-color: #E6A461; }
span { border-color: rgb(230,164,97); }
td.TdClassName
{
border-color: #E6A461;
}
.TagClassName
{
border-color: #E6A461;
}
</style>