#6E113E

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

Shades of Pompadour #6E113E

Tints of Pompadour #6E113E

Color information

#6E113E (or 0x6E113E) is unknown color: approx Pompadour. HEX triplet: 6E, 11 and 3E. RGB value is (110,17,62). Sum of RGB (Red+Green+Blue) = 110+17+62=189 (25% of max value = 765). Red value is 110 (43.36% from 255 or 58.20% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 62 (24.61% from 255 or 32.80% from 189); Max value from RGB is 110 - color contains mainly: red. Hex color #6E113E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E113E is #91EEC1. Grayscale: #313131. Windows color (decimal): -9563842 or 4067694. OLE color: 4067694.

HSL color Cylindrical-coordinate representation of color #6E113E: hue angle of 330.97º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E113E is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.57.

Color convert

RGB1101762-
CMYK00.850.440.57
HSL330.97º73.23%24.9%-
HSV(B)330.97º84.55%43.14%-
XYZ7.54.064.95-
YUV49.94134.81170.84-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 58.20%
GREEN value IS 17 (7.03% from 255) = 8.99%
BLUE value IS 62 (24.61% from 255) = 32.80%
R=58.20%
G=8.99%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.44
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110176200.850.440.57330.9773.2324.9
Hex6E113E0552C3914b4919
Octal15621760125547151311131
Binary11011101000111111001010101101100111001101001011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E113E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,17,62); }

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

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

 a { background-color: rgb(110,17,62); }

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

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

 span { border-color: rgb(110,17,62); }

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