#6A1D46

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

Shades of Pompadour #6A1D46

Tints of Pompadour #6A1D46

Color information

#6A1D46 (or 0x6A1D46) is unknown color: approx Pompadour. HEX triplet: 6A, 1D and 46. RGB value is (106,29,70). Sum of RGB (Red+Green+Blue) = 106+29+70=205 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.71% from 205); Green value is 29 (11.72% from 255 or 14.15% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A1D46 is #95E2B9. Grayscale: #383838. Windows color (decimal): -9822906 or 4595050. OLE color: 4595050.

HSL color Cylindrical-coordinate representation of color #6A1D46: hue angle of 328.05º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6A1D46 is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.58.

Color convert

RGB1062970-
CMYK00.730.340.58
HSL328.05º57.04%26.47%-
HSV(B)328.05º72.64%41.57%-
XYZ7.494.396.25-
YUV56.7135.51163.17-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 51.71%
GREEN value IS 29 (11.72% from 255) = 14.15%
BLUE value IS 70 (27.73% from 255) = 34.15%
R=51.71%
G=14.15%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.34
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106297000.730.340.58328.0557.0426.47
Hex6A1D46049223A148391a
Octal15235106011142725107132
Binary11010101110110001100100100110001011101010100100011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,29,70); }

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

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

 a { background-color: rgb(106,29,70); }

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

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

 span { border-color: rgb(106,29,70); }

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