#E6B576

Color #E6B576 Corvette (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corvette #E6B576

Tints of Corvette #E6B576

Color information

#E6B576 (or 0xE6B576) is unknown color: approx 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

RGB230181118-
CMYK00.210.490.10
HSL33.75º69.14%68.24%-
HSV(B)33.75º48.7%90.2%-
XYZ52.4351.1824.25-
YUV188.4788.23157.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 43.48%
GREEN value IS 181 (71.09% from 255) = 34.22%
BLUE value IS 118 (46.48% from 255) = 22.31%
R=43.48%
G=34.22%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018111800.210.490.1033.7569.1468.24
HexE6B57601531A224544
Octal346265166025611242105104
Binary11100110101101011110110010101110001101010001010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>