#6E2946

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

Shades of Pompadour #6E2946

Tints of Pompadour #6E2946

Color information

#6E2946 (or 0x6E2946) is unknown color: approx Pompadour. HEX triplet: 6E, 29 and 46. RGB value is (110,41,70). Sum of RGB (Red+Green+Blue) = 110+41+70=221 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.77% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2946 is #91D6B9. Grayscale: #404040. Windows color (decimal): -9557690 or 4598126. OLE color: 4598126.

HSL color Cylindrical-coordinate representation of color #6E2946: hue angle of 334.78º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6E2946 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.57.

Color convert

RGB1104170-
CMYK00.630.360.57
HSL334.78º45.7%29.61%-
HSV(B)334.78º62.73%43.14%-
XYZ8.335.346.39-
YUV64.94130.86160.14-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 49.77%
GREEN value IS 41 (16.41% from 255) = 18.55%
BLUE value IS 70 (27.73% from 255) = 31.67%
R=49.77%
G=18.55%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.36
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110417000.630.360.57334.7845.729.61
Hex6E294603F243914f2e1e
Octal1565110607744715175636
Binary11011101010011000110011111110010011100110100111110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E2946; }

 p { color: rgb(110,41,70); }

 H1.HeaderClassName
 {
   color: #6E2946;
 }
 .AnyTagClassName
 {
   color: #6E2946;
 }
</style>
background-color css

<style>
 a { background-color: #6E2946; }

 a { background-color: rgb(110,41,70); }

 div.DivClassName
 {
   background-color: #6E2946;
 }
 .BgClassName
 {
   background-color: #6E2946;
 }
</style>
border-color css

<style>
 span { border-color: #6E2946; }

 span { border-color: rgb(110,41,70); }

 td.TdClassName
 {
   border-color: #6E2946;
 }
 .TagClassName
 {
   border-color: #6E2946;
 }
</style>