#6E173F

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

Shades of Pompadour #6E173F

Tints of Pompadour #6E173F

Color information

#6E173F (or 0x6E173F) is unknown color: approx Pompadour. HEX triplet: 6E, 17 and 3F. RGB value is (110,23,63). Sum of RGB (Red+Green+Blue) = 110+23+63=196 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.12% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 110 - color contains mainly: red. Hex color #6E173F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E173F is #91E8C0. Grayscale: #353535. Windows color (decimal): -9562305 or 4134766. OLE color: 4134766.

HSL color Cylindrical-coordinate representation of color #6E173F: hue angle of 332.41º 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 #6E173F is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.57.

Color convert

RGB1102363-
CMYK00.790.430.57
HSL332.41º65.41%26.08%-
HSV(B)332.41º79.09%43.14%-
XYZ7.634.295.13-
YUV53.57133.32168.25-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 56.12%
GREEN value IS 23 (9.38% from 255) = 11.73%
BLUE value IS 63 (25% from 255) = 32.14%
R=56.12%
G=11.73%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.43
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110236300.790.430.57332.4165.4126.08
Hex6E173F04F2B3914c411a
Octal15627770117537151410132
Binary11011101011111111101001111101011111001101001100100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E173F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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