#6E1046

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

Shades of Pompadour #6E1046

Tints of Pompadour #6E1046

Color information

#6E1046 (or 0x6E1046) is unknown color: approx Pompadour. HEX triplet: 6E, 10 and 46. RGB value is (110,16,70). Sum of RGB (Red+Green+Blue) = 110+16+70=196 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.12% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 70 (27.73% from 255 or 35.71% from 196); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1046 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E1046 is #91EFB9. Grayscale: #323232. Windows color (decimal): -9564090 or 4591726. OLE color: 4591726.

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

Color convert

RGB1101670-
CMYK00.850.360.57
HSL325.53º74.6%24.71%-
HSV(B)325.53º85.45%43.14%-
XYZ7.724.136.18-
YUV50.26139.14170.61-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 56.12%
GREEN value IS 16 (6.64% from 255) = 8.16%
BLUE value IS 70 (27.73% from 255) = 35.71%
R=56.12%
G=8.16%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.36
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110167000.850.360.57325.5374.624.71
Hex6E104605524391464b19
Octal156201060125447150611331
Binary110111010000100011001010101100100111001101000110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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