#6F143C

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

Shades of Pompadour #6F143C

Tints of Pompadour #6F143C

Color information

#6F143C (or 0x6F143C) is unknown color: approx Pompadour. HEX triplet: 6F, 14 and 3C. RGB value is (111,20,60). Sum of RGB (Red+Green+Blue) = 111+20+60=191 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.12% from 191); Green value is 20 (8.20% from 255 or 10.47% from 191); Blue value is 60 (23.83% from 255 or 31.41% from 191); Max value from RGB is 111 - color contains mainly: red. Hex color #6F143C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F143C is #90EBC3. Grayscale: #333333. Windows color (decimal): -9497540 or 3937391. OLE color: 3937391.

HSL color Cylindrical-coordinate representation of color #6F143C: hue angle of 333.63º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F143C is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB1112060-
CMYK00.820.460.56
HSL333.63º69.47%25.69%-
HSV(B)333.63º81.98%43.53%-
XYZ7.624.214.69-
YUV51.77132.65170.25-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 58.12%
GREEN value IS 20 (8.20% from 255) = 10.47%
BLUE value IS 60 (23.83% from 255) = 31.41%
R=58.12%
G=10.47%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111206000.820.460.56333.6369.4725.69
Hex6F143C0522E3814e451a
Octal15724740122567051610532
Binary11011111010011110001010010101110111000101001110100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F143C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,20,60); }

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

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

 a { background-color: rgb(111,20,60); }

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

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

 span { border-color: rgb(111,20,60); }

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