#6E1740

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

Shades of Pompadour #6E1740

Tints of Pompadour #6E1740

Color information

#6E1740 (or 0x6E1740) is unknown color: approx Pompadour. HEX triplet: 6E, 17 and 40. RGB value is (110,23,64). Sum of RGB (Red+Green+Blue) = 110+23+64=197 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55.84% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1740 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E1740 is #91E8BF. Grayscale: #353535. Windows color (decimal): -9562304 or 4200302. OLE color: 4200302.

HSL color Cylindrical-coordinate representation of color #6E1740: hue angle of 331.72º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6E1740 is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.57.

Color convert

RGB1102364-
CMYK00.790.420.57
HSL331.72º65.41%26.08%-
HSV(B)331.72º79.09%43.14%-
XYZ7.664.35.28-
YUV53.69133.82168.17-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 55.84%
GREEN value IS 23 (9.38% from 255) = 11.68%
BLUE value IS 64 (25.39% from 255) = 32.49%
R=55.84%
G=11.68%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.42
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110236400.790.420.57331.7265.4126.08
Hex6E174004F2A3914c411a
Octal156271000117527151410132
Binary110111010111100000001001111101010111001101001100100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,23,64); }

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

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

 a { background-color: rgb(110,23,64); }

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

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

 span { border-color: rgb(110,23,64); }

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