#6E103C

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

Shades of Pompadour #6E103C

Tints of Pompadour #6E103C

Color information

#6E103C (or 0x6E103C) is unknown color: approx Pompadour. HEX triplet: 6E, 10 and 3C. RGB value is (110,16,60). Sum of RGB (Red+Green+Blue) = 110+16+60=186 (24% of max value = 765). Red value is 110 (43.36% from 255 or 59.14% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 60 (23.83% from 255 or 32.26% from 186); Max value from RGB is 110 - color contains mainly: red. Hex color #6E103C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E103C is #91EFC3. Grayscale: #313131. Windows color (decimal): -9564100 or 3936366. OLE color: 3936366.

HSL color Cylindrical-coordinate representation of color #6E103C: hue angle of 331.91º degrees, saturation: 0.75, 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 #6E103C is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.57.

Color convert

RGB1101660-
CMYK00.850.450.57
HSL331.91º74.6%24.71%-
HSV(B)331.91º85.45%43.14%-
XYZ7.434.014.66-
YUV49.12134.14171.42-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 59.14%
GREEN value IS 16 (6.64% from 255) = 8.60%
BLUE value IS 60 (23.83% from 255) = 32.26%
R=59.14%
G=8.60%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.45
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110166000.850.450.57331.9174.624.71
Hex6E103C0552D3914c4b19
Octal15620740125557151411331
Binary11011101000011110001010101101101111001101001100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E103C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,16,60); }

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

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

 a { background-color: rgb(110,16,60); }

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

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

 span { border-color: rgb(110,16,60); }

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