#661746

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

Shades of Pompadour #661746

Tints of Pompadour #661746

Color information

#661746 (or 0x661746) is unknown color: approx Pompadour. HEX triplet: 66, 17 and 46. RGB value is (102,23,70). Sum of RGB (Red+Green+Blue) = 102+23+70=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 70 (27.73% from 255 or 35.90% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #661746 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661746 is #99E8B9. Grayscale: #333333. Windows color (decimal): -10086586 or 4593510. OLE color: 4593510.

HSL color Cylindrical-coordinate representation of color #661746: hue angle of 324.3º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #661746 is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.6.

Color convert

RGB1022370-
CMYK00.770.310.6
HSL324.3º63.2%24.51%-
HSV(B)324.3º77.45%40%-
XYZ6.893.886.18-
YUV51.98138.17163.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.31%
GREEN value IS 23 (9.38% from 255) = 11.79%
BLUE value IS 70 (27.73% from 255) = 35.90%
R=52.31%
G=11.79%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.31
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102237000.770.310.6324.363.224.51
Hex66174604D1F3C1443f19
Octal14627106011537745047731
Binary1100110101111000110010011011111111110010100010011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661746; }

 p { color: rgb(102,23,70); }

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

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

 a { background-color: rgb(102,23,70); }

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

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

 span { border-color: rgb(102,23,70); }

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