#6D173F

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

Shades of Pompadour #6D173F

Tints of Pompadour #6D173F

Color information

#6D173F (or 0x6D173F) is unknown color: approx Pompadour. HEX triplet: 6D, 17 and 3F. RGB value is (109,23,63). Sum of RGB (Red+Green+Blue) = 109+23+63=195 (25% of max value = 765). Red value is 109 (42.97% from 255 or 55.90% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 109 - color contains mainly: red. Hex color #6D173F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D173F is #92E8C0. Grayscale: #353535. Windows color (decimal): -9627841 or 4134765. OLE color: 4134765.

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

Color convert

RGB1092363-
CMYK00.790.420.57
HSL332.09º65.15%25.88%-
HSV(B)332.09º78.9%42.75%-
XYZ7.514.225.12-
YUV53.27133.49167.75-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 55.90%
GREEN value IS 23 (9.38% from 255) = 11.79%
BLUE value IS 63 (25% from 255) = 32.31%
R=55.90%
G=11.79%
B=32.31%

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
Decimal109236300.790.420.57332.0965.1525.88
Hex6D173F04F2A3914c411a
Octal15527770117527151410132
Binary11011011011111111101001111101010111001101001100100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D173F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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